We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11f6b16 + b8d7932 commit 2316e3eCopy full SHA for 2316e3e
.github/workflows/npm-publish.yml
@@ -9,26 +9,16 @@ on:
9
10
jobs:
11
12
- build:
13
- runs-on: ubuntu-latest
14
- steps:
15
- - uses: actions/checkout@v2
16
- - uses: actions/setup-node@v1
17
- with:
18
- node-version: 12
19
- - run: npm add -g pnpm
20
- - run: pnpm i
21
-
22
publish-npm:
23
- needs: build
24
runs-on: ubuntu-latest
25
steps:
26
- uses: actions/checkout@v2
27
- uses: actions/setup-node@v1
28
with:
29
+ node-version: 14
30
registry-url: https://registry.npmjs.org/
+ - run: npm add -g pnpm
31
- run: pnpm i
32
- - run: pnpm publish
+ - run: npm publish
33
env:
34
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments