We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 183bc64 commit 99c99abCopy full SHA for 99c99ab
.github/workflows/release.yml
@@ -78,9 +78,3 @@ jobs:
78
# Uploading the relevant artifact to the GitHub release.
79
- run: just release-run ${{ secrets.GITHUB_TOKEN }} ${{ github.event.inputs.sha }} ${{ github.event.inputs.tag }}
80
if: ${{ github.event.inputs.dry-run == 'false' }}
81
-
82
- - name: Generate attestations
83
- uses: actions/attest-build-provenance@v2
84
- if: ${{ github.event.inputs.dry-run == 'false' }}
85
- with:
86
- subject-path: dist/*.tar.@(zst|gz)
0 commit comments