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

Commit 56daa3e

Browse files
committed
new approach?
1 parent 42ff903 commit 56daa3e

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/publish.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ jobs:
55
name: Test
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v2
9-
- uses: borales/[email protected]
10-
with:
11-
cmd: publish
12-
# - uses: borales/[email protected]
13-
# with:
14-
# cmd: build
15-
8+
- uses: actions/checkout@v2
9+
- name: Publish new version to NPM
10+
uses: actions/setup-node@v1
11+
with:
12+
node-version: 13.x
13+
registry-url: 'https://registry.npmjs.org'
14+
- run: yarn publish
15+
env:
16+
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 commit comments

Comments
 (0)