We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 275968a commit 099d0e4Copy full SHA for 099d0e4
.github/workflows/publish.yml
@@ -2,9 +2,15 @@ on:
2
push:
3
branches:
4
- current
5
+
6
name: publish
7
8
+permissions:
9
+ id-token: write # Required for OIDC
10
+ contents: read
11
12
jobs:
- release-please:
13
+ publish:
14
if: >
15
github.event.head_commit.author.username == 'github-actions[bot]' && github.event.head_commit.author.email == '41898282+github-actions[bot]@users.noreply.github.com'
16
runs-on: ubuntu-latest
@@ -14,5 +20,6 @@ jobs:
20
with:
21
node-version: 24
22
registry-url: 'https://registry.npmjs.org'
23
+ - run: npm install -g npm@latest
17
24
- run: npm install
18
25
- run: npm publish --access public
0 commit comments