Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit 8de0037

Browse files
committed
build: fix GitHub actions
1 parent 1a7e6a8 commit 8de0037

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,12 @@ jobs:
4242
asset_content_type: application/gzip
4343

4444
# Publish to NPM Registry
45-
- name: Publish to NPM Registry
45+
- name: Setup Node.js
4646
uses: actions/setup-node@v1
47-
run: npm publish
4847
with:
4948
node-version: 12.x
5049
registry-url: https://registry.npmjs.org
50+
- name: Publish to NPM Registry
51+
run: npm publish
5152
env:
5253
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)