We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 696310d commit 81f68d3Copy full SHA for 81f68d3
1 file changed
.github/workflows/publish-npm.yml
@@ -4,9 +4,9 @@ on:
4
types: [created]
5
6
permissions:
7
- contents: read # we need to read secrets
+ contents: read # we need to read secrets
8
id-token: write
9
-
+
10
jobs:
11
build:
12
runs-on: ubuntu-latest
@@ -16,8 +16,6 @@ jobs:
16
- name: Setup Node
17
uses: actions/setup-node@v6
18
with:
19
- registry-url: 'https://registry.npmjs.org'
+ registry-url: "https://registry.npmjs.org"
20
- name: Publish package on NPM 📦
21
run: npm publish --access public
22
- env:
23
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments