Skip to content

Commit 7848763

Browse files
committed
package release
1 parent 5b42331 commit 7848763

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.github/workflows/publish-release.yaml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,6 @@ on:
66
- main
77

88
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-
289
github:
2910
runs-on: ubuntu-latest
3011
permissions:
@@ -41,8 +22,6 @@ jobs:
4122

4223
- run: npm install
4324

44-
- run: cat .npmrc
45-
4625
- run: npm publish --provenance --access public
4726
env:
4827
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)