Skip to content

Commit 7cd43ca

Browse files
authored
Drop NODE_AUTH_TOKEN from publish script (#34)
1 parent 4b0f2d6 commit 7cd43ca

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
publish:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
12-
- uses: actions/setup-node@v2
11+
- uses: actions/checkout@v6
12+
- uses: actions/setup-node@v6
1313
with:
14-
node-version: 14
14+
node-version: 25
1515
registry-url: https://registry.npmjs.org/
1616
- run: npm ci
1717
- run: npm run build --if-present
@@ -20,5 +20,3 @@ jobs:
2020
env:
2121
TAG_NAME: ${{ github.event.release.tag_name }}
2222
- run: npm --ignore-scripts publish
23-
env:
24-
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)