Skip to content

Commit 532db5c

Browse files
authored
chore: fix npm publishing (#4191)
1 parent 3d7a7b4 commit 532db5c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/npm-release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ permissions:
2626
jobs:
2727
publish:
2828
name: Publish @openmeter/sdk
29-
runs-on: depot-ubuntu-latest-8
29+
# npm trusted publishing with provenance currently requires a GitHub-hosted runner.
30+
runs-on: ubuntu-latest
3031
environment: prod
3132

3233
# npm Trusted Publishing: GitHub mints a short-lived OIDC token that npm

0 commit comments

Comments
 (0)