Skip to content

Commit 9008ed4

Browse files
committed
release workflow: small improvements
Remove redundant options. Fail if no files are added to the release.
1 parent 1178ebc commit 9008ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
- name: Publish Release
119119
uses: softprops/action-gh-release@v1
120120
with:
121+
fail_on_unmatched_files: true
121122
files: binaries/*
122-
tag_name: ${{ github.ref }}
123123
name: ${{ github.ref_name }}
124124
body: ${{ github.event.head_commit.message }}

0 commit comments

Comments
 (0)