Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit 67b95e7

Browse files
committed
chore: release
1 parent 186da2e commit 67b95e7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
run: npm install
2121
- name: Build
2222
run: npm run build
23+
- run: npm config set '//registry.npmjs.org/:_authToken' "${{ secrets.NPM_TOKEN }}"
24+
env:
25+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2326
- name: Release
2427
env:
2528
GITHUB_TOKEN: ${{ github.token }}

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
20

0 commit comments

Comments
 (0)