Skip to content

Commit

Permalink
ci: artifact upload tagging changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mziyabo committed Apr 13, 2024
1 parent ae0f4e6 commit d8ca005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
run: |
version="v$(node -p "require('./package.json').version")"
sha256sum ./dist/resources/extension-trivy.tar > extension-trivy_checksums.txt
gh release create -F CHANGELOG.md --verify-tag $version ./dist/resources/extension-trivy.tar ./extension-trivy_checksums.txt
gh release create -F CHANGELOG.md $version ./dist/resources/extension-trivy.tar ./extension-trivy_checksums.txt
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d8ca005

Please sign in to comment.