There was an error while loading. Please reload this page.
1 parent 550c53c commit 80fa9c1Copy full SHA for 80fa9c1
1 file changed
.github/workflows/release.yml
@@ -35,8 +35,9 @@ jobs:
35
36
- name: Determine Release Tag
37
id: tag
38
+ env:
39
+ TAG: ${{ github.event.release.tag_name || inputs.tag }}
40
run: |
- TAG="${{ github.event.release.tag_name || inputs.tag }}"
41
echo "tag=${TAG}" >> "$GITHUB_OUTPUT"
42
43
- name: Build REPL Binaries and Packages
@@ -92,7 +93,7 @@ jobs:
92
93
sha256sum * > checksums.txt
94
95
- name: Install Cosign
- uses: sigstore/cosign-installer@d7d6bc7722e3dedc6a805720a11fad7373c5a8de # v3.8.1
96
+ uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
97
98
- name: Sign Checksums with Sigstore Cosign
99
0 commit comments