We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d7a7b4 commit 532db5cCopy full SHA for 532db5c
1 file changed
.github/workflows/npm-release.yaml
@@ -26,7 +26,8 @@ permissions:
26
jobs:
27
publish:
28
name: Publish @openmeter/sdk
29
- runs-on: depot-ubuntu-latest-8
+ # npm trusted publishing with provenance currently requires a GitHub-hosted runner.
30
+ runs-on: ubuntu-latest
31
environment: prod
32
33
# npm Trusted Publishing: GitHub mints a short-lived OIDC token that npm
0 commit comments