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.
1 parent 79c1e2b commit dd16d42Copy full SHA for dd16d42
.github/workflows/npm-publish.yml
@@ -8,17 +8,7 @@ on:
8
types: [created]
9
10
jobs:
11
- build:
12
- runs-on: ubuntu-latest
13
- steps:
14
- - uses: actions/checkout@v3
15
- - uses: actions/setup-node@v3
16
- with:
17
- node-version: 18
18
- - run: yarn
19
-
20
publish-npm:
21
- needs: build
22
runs-on: ubuntu-latest
23
steps:
24
- uses: actions/checkout@v3
@@ -27,6 +17,7 @@ jobs:
27
node-version: 18
28
registry-url: https://registry.npmjs.org/
29
- run: yarn
+ - run: yarn build
30
- run: yarn publish
31
env:
32
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments