Skip to content

Commit 7a6ea84

Browse files
Revert npm publish workflow runner to ubuntu-latest
Blacksmith runners are classified as self-hosted, which causes npm publish --provenance to fail with E422 because npm's Sigstore provenance verification requires GitHub-hosted runners. Co-authored-by: Andrew Gable <AndrewGable@users.noreply.github.com>
1 parent 4afdd95 commit 7a6ea84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npmPublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121

2222
jobs:
2323
publish:
24-
runs-on: blacksmith-2vcpu-ubuntu-2404
24+
runs-on: ubuntu-latest
2525
permissions:
2626
contents: read
2727
id-token: write # Required for OIDC: https://docs.npmjs.com/trusted-publishers

0 commit comments

Comments
 (0)