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.
2 parents 1323ab5 + 14e8c1f commit 2146a69Copy full SHA for 2146a69
.github/workflows/release.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: build
40
run: echo "GEM_VERSION=$(gem build ${{ env.GEM_NAME }}.gemspec 2>&1 | grep Version | cut -d':' -f 2 | tr -d " \t\n\r")" >> $GITHUB_ENV
41
42
- - uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # pin@v2
+ - uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # pin@v2
43
with:
44
subject-path: "${{ env.GEM_NAME }}-${{ env.GEM_VERSION }}.gem"
45
0 commit comments