Skip to content

Commit 4e75803

Browse files
committed
ci: revert release workflow to GitHub actions
This should fix the error: 422 Unprocessable Entity - PUT https://registry.npmjs.org/@hypercerts-org%2fsdk - Error verifying sigstore provenance bundle: Unsupported GitHub Actions runner environment: "self-hosted". Only "github-hosted" runners are supported when publishing with provenance.
1 parent 23597fa commit 4e75803

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
77

88
jobs:
99
release:
10-
runs-on: blacksmith-4vcpu-ubuntu-2404
10+
runs-on: ubuntu-latest
1111
permissions:
1212
contents: write
1313
pull-requests: write
14+
# Required for npm Trusted Publishers via GitHub OIDC
15+
# See: https://docs.npmjs.com/trusted-publishers
1416
id-token: write
1517

1618
steps:

0 commit comments

Comments
 (0)