Skip to content

Commit 2707eb0

Browse files
committed
chore: Provide node token
1 parent 836d00f commit 2707eb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
- uses: actions/setup-node@v2
1919
with:
2020
node-version: '14.x'
21-
registry-url: 'https://registry.npmjs.org'
2221

2322
- name: Build
2423
run: |
@@ -28,4 +27,5 @@ jobs:
2827
env:
2928
GH_TOKEN: ${{ secrets.GH_TOKEN }}
3029
NPM_TOKEN: ${{ secrets.NPM_AUTOMATION_TOKEN }}
30+
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTOMATION_TOKEN }}
3131
run: npx semantic-release

0 commit comments

Comments
 (0)