We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7aa4e6 commit 8ee908aCopy full SHA for 8ee908a
.github/workflows/release.yml
@@ -43,7 +43,7 @@ jobs:
43
if: ${{ ! startsWith(github.ref, 'refs/tags') }}
44
45
- name: generate build provenance
46
- uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
+ uses: actions/attest-build-provenance@v3
47
with:
48
subject-path: "${{ github.workspace }}/pkg/*.gem"
49
0 commit comments