Skip to content

Commit 30407cd

Browse files
authored
ci: run release + CLI publish jobs on ubuntu-latest (#1291)
The Blacksmith runner migration (#1286) broke npm trusted publishing: Blacksmith runners mint OIDC tokens from a different issuer than GitHub Actions, so npm rejects the provenance publish with a 404. Move only the two publish jobs back to GitHub-hosted runners so the OIDC issuer matches the configured trusted publishers; the rest of the Blacksmith migration is unaffected.
1 parent 14b7976 commit 30407cd

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
@@ -21,7 +21,7 @@ concurrency:
2121

2222
jobs:
2323
publish:
24-
runs-on: blacksmith-4vcpu-ubuntu-2404
24+
runs-on: ubuntu-latest
2525
permissions:
2626
actions: write
2727
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)