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 44420b5 commit 9504d6eCopy full SHA for 9504d6e
1 file changed
.github/workflows/publish.yml
@@ -5,6 +5,7 @@ on:
5
jobs:
6
build:
7
runs-on: ubuntu-latest
8
+ environment: npm
9
permissions:
10
contents: read
11
id-token: write
@@ -16,6 +17,4 @@ jobs:
16
17
registry-url: "https://registry.npmjs.org"
18
- run: npm ci
19
- run: npm test
- - run: npm publish --provenance --access public
20
- env:
21
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ - run: npm publish --provenance --access public
0 commit comments