We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 002efdf commit b9bcbccCopy full SHA for b9bcbcc
1 file changed
.github/workflows/npm-publish.yml
@@ -8,24 +8,8 @@ on:
8
types: [created]
9
10
jobs:
11
- build:
12
- runs-on: ubuntu-latest
13
- steps:
14
- - name: Checkout
15
- uses: actions/checkout@v4
16
-
17
- - name: Setup Node
18
- uses: actions/setup-node@v4
19
- with:
20
- node-version: latest
21
- check-latest: true
22
23
- - run: npm i
24
- - run: cd test && npm i
25
- - run: node --run build
26
27
publish-npm:
28
- needs: build
+ #needs: build
29
runs-on: ubuntu-latest
30
steps:
31
@@ -34,6 +18,9 @@ jobs:
34
node-version: latest
35
check-latest: true
36
registry-url: https://registry.npmjs.org/
+
+ - run: npm i
+ - run: cd test && npm i
37
- run: npm publish
38
env:
39
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments