Skip to content

Commit 20a8777

Browse files
committed
specify tag_name
This should handle uploading asset to existing release when releases are created manually.
1 parent 13c6cdc commit 20a8777

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
uses: softprops/action-gh-release@v2
7070
with:
7171
token: ${{ github.token }}
72+
tag_name: ${{ github.ref_name }}
7273
files: build/${{ steps.version.outputs.version }}.tgz
7374
prerelease: ${{ contains(github.ref, 'rc') }}
7475
generate_release_notes: true

0 commit comments

Comments
 (0)