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.
1 parent cb978a4 commit 6d90cb9Copy full SHA for 6d90cb9
.github/workflows/ci.yml
@@ -65,7 +65,7 @@ jobs:
65
- name: test (timestamp-authority)
66
if: ${{ matrix.conf.os == 'ubuntu-latest' }}
67
run: |
68
- SIGSTORE_TIMESTAMP_VERSION=$(grep "github.com/sigstore/timestamp-authority" .github/go.mod | awk '{print $2}')
+ SIGSTORE_TIMESTAMP_VERSION=$(grep "github.com/sigstore/timestamp-authority" .github/go.mod | awk '{print $3}')
69
wget https://github.com/sigstore/timestamp-authority/releases/download/${SIGSTORE_TIMESTAMP_VERSION}/timestamp-server-linux-amd64 -O /tmp/timestamp-server
70
chmod +x /tmp/timestamp-server
71
# Run the TSA in background
0 commit comments