Skip to content

Commit f84a9fe

Browse files
committed
update
1 parent 78208b2 commit f84a9fe

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,13 @@ jobs:
7575
permissions:
7676
contents: write
7777
steps:
78-
# Install the verifier. his be replaced with the GHA in the future.
78+
# Install the verifier. This be replaced with the GHA in the future.
7979
- name: Install the verfier
8080
env:
8181
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8282
run: |
8383
set -euo pipefail
8484
85-
# Download the verifier. This will be replaced by the GHA.
8685
gh -R slsa-framework/slsa-verifier release download v1.2.0 -p "slsa-verifier-linux-amd64"
8786
chmod ug+x slsa-verifier-linux-amd64
8887
# Note: see https://github.com/slsa-framework/slsa-verifier/blob/main/SHA256SUM.md

0 commit comments

Comments
 (0)