Skip to content

Commit d8ca005

Browse files
committed
ci: artifact upload tagging changes
1 parent ae0f4e6 commit d8ca005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
run: |
1717
version="v$(node -p "require('./package.json').version")"
1818
sha256sum ./dist/resources/extension-trivy.tar > extension-trivy_checksums.txt
19-
gh release create -F CHANGELOG.md --verify-tag $version ./dist/resources/extension-trivy.tar ./extension-trivy_checksums.txt
19+
gh release create -F CHANGELOG.md $version ./dist/resources/extension-trivy.tar ./extension-trivy_checksums.txt
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)