Skip to content

Commit 16ad63d

Browse files
authored
Run publish jobs on ubuntu-latest for npm provenance (#1344)
npm trusted publishing with --provenance rejects Blacksmith runners: the sigstore bundle records the runner environment as self-hosted and npm only accepts github-hosted. This is the same failure #1291 fixed; #1292 reverted it on the theory the culprit was a trusted-publisher filename mismatch, but the 1.5.29 publish failed with the runner-environment error again. Only the two publish jobs move; CI stays on Blacksmith.
1 parent e49e751 commit 16ad63d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-executor-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ concurrency:
2323

2424
jobs:
2525
publish:
26-
runs-on: blacksmith-4vcpu-ubuntu-2404
26+
runs-on: ubuntu-latest
2727
permissions:
2828
actions: write
2929
contents: write

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515

1616
jobs:
1717
release:
18-
runs-on: blacksmith-4vcpu-ubuntu-2404
18+
runs-on: ubuntu-latest
1919
permissions:
2020
actions: write
2121
contents: write

0 commit comments

Comments
 (0)