Skip to content

Commit d48da4c

Browse files
committed
Use sigstore-cli:0.2.2
The release workflow saw this issue: I, [2025-12-15T11:43:57.896604 #2185] INFO -- : Downloaded 6494e21ea73fa7ee769f85f57d5a3e6a08725eae1e38c755fc3517c9e6bc0b66.trusted_root.json to /home/runner/.cache/sigstore-ruby/sigstore/tuf/https%3A%2F%2Ftuf-repo-cdn.sigstore.dev/trusted_root.json Unsupported key type PKIX_ED25519 (Sigstore::Error::UnsupportedKeyType) This has been addressed in 0.2.2, references: - sigstore/sigstore-ruby#263 - sigstore/sigstore-ruby#266 - sigstore/sigstore-ruby#270
1 parent 4b96797 commit d48da4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
- run: gem build rubocop-eightyfourcodes
2424
- run: gem install *.gem
2525
- run: |
26-
ruby -S gem exec sigstore-cli:0.2.1 sign *.gem --bundle attestation.sigstore.json
26+
ruby -S gem exec sigstore-cli:0.2.2 sign *.gem --bundle attestation.sigstore.json
2727
- run: |
2828
gem push --attestation attestation.sigstore.json *.gem

0 commit comments

Comments
 (0)