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 519c26d commit ec07aaeCopy full SHA for ec07aae
.github/workflows/create-release.yml
@@ -5,7 +5,7 @@ on:
5
- main
6
7
permissions:
8
- contents: read
+ contents: read
9
10
jobs:
11
release:
@@ -23,12 +23,13 @@ jobs:
23
- name: Setup Node.js
24
uses: actions/setup-node@v3
25
with:
26
- node-version: "lts/*"
+ node-version: 'lts/*'
27
- name: Install dependencies
28
run: npm clean-install
29
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
30
run: npm audit signatures
31
- name: Release
32
env:
33
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
+ NPM_TOKEN: ${{secrets.npm_token}}
35
run: npx semantic-release
.github/workflows/npm-publish.yml
0 commit comments