Skip to content

Commit 6d90cb9

Browse files
committed
fix awk variable
Signed-off-by: William Woodruff <william@trailofbits.com>
1 parent cb978a4 commit 6d90cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: test (timestamp-authority)
6666
if: ${{ matrix.conf.os == 'ubuntu-latest' }}
6767
run: |
68-
SIGSTORE_TIMESTAMP_VERSION=$(grep "github.com/sigstore/timestamp-authority" .github/go.mod | awk '{print $2}')
68+
SIGSTORE_TIMESTAMP_VERSION=$(grep "github.com/sigstore/timestamp-authority" .github/go.mod | awk '{print $3}')
6969
wget https://github.com/sigstore/timestamp-authority/releases/download/${SIGSTORE_TIMESTAMP_VERSION}/timestamp-server-linux-amd64 -O /tmp/timestamp-server
7070
chmod +x /tmp/timestamp-server
7171
# Run the TSA in background

0 commit comments

Comments
 (0)