Skip to content

Commit df02eaf

Browse files
sunnylqmclaude
andcommitted
ci(publish): run npm publish on GitHub-hosted runners
npm rejects provenance bundles from self-hosted runners (E422 after the Blacksmith migration); the publish jobs go back to ubuntu-latest. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018tGFyF841jinkhw1933Zwp
1 parent 5bfb489 commit df02eaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99

1010
jobs:
1111
build:
12-
runs-on: blacksmith-4vcpu-ubuntu-2404
12+
runs-on: ubuntu-latest # npm --provenance requires a GitHub-hosted runner
1313
timeout-minutes: 10
1414
steps:
1515
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)