Skip to content

Commit 80fa9c1

Browse files
Fixes for Zizmore findings
1 parent 550c53c commit 80fa9c1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ jobs:
3535

3636
- name: Determine Release Tag
3737
id: tag
38+
env:
39+
TAG: ${{ github.event.release.tag_name || inputs.tag }}
3840
run: |
39-
TAG="${{ github.event.release.tag_name || inputs.tag }}"
4041
echo "tag=${TAG}" >> "$GITHUB_OUTPUT"
4142
4243
- name: Build REPL Binaries and Packages
@@ -92,7 +93,7 @@ jobs:
9293
sha256sum * > checksums.txt
9394
9495
- name: Install Cosign
95-
uses: sigstore/cosign-installer@d7d6bc7722e3dedc6a805720a11fad7373c5a8de # v3.8.1
96+
uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
9697

9798
- name: Sign Checksums with Sigstore Cosign
9899
run: |

0 commit comments

Comments
 (0)