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 5b42331 commit 7848763Copy full SHA for 7848763
.github/workflows/publish-release.yaml
@@ -6,25 +6,6 @@ on:
6
- main
7
8
jobs:
9
- npmjs:
10
- runs-on: ubuntu-latest
11
- permissions:
12
- contents: read
13
- id-token: write
14
- steps:
15
- - uses: actions/checkout@v4
16
-
17
- - uses: actions/setup-node@v4
18
- with:
19
- node-version: '20.x'
20
- registry-url: 'https://registry.npmjs.org'
21
22
- - run: npm install
23
24
- - run: npm publish --provenance --access public
25
- env:
26
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
27
28
github:
29
runs-on: ubuntu-latest
30
permissions:
@@ -41,8 +22,6 @@ jobs:
41
42
- run: npm install
43
44
- - run: cat .npmrc
45
46
- run: npm publish --provenance --access public
47
env:
48
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments