mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-09-15 00:40:57 +00:00
Include tag name in release upload command (#716)
This commit is contained in:
parent
d9d93574f2
commit
1f74bd814f
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -83,7 +83,7 @@ jobs:
|
||||
sed -i.tmp "s/RUN_ID/$RUN_ID/g" .github/templates/release.md
|
||||
sed -i.tmp "s/ATTESTATION_ID/$ATTESTATION_ID/g" .github/templates/release.md
|
||||
gh release create $TAG_NAME -d -F .github/templates/release.md
|
||||
gh release upload Secretive.zip
|
||||
gh release upload $TAG_NAME Secretive.zip
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
TAG_NAME: ${{ github.ref }}
|
||||
|
Loading…
Reference in New Issue
Block a user