We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0be078e commit 32fb8bcCopy full SHA for 32fb8bc
.github/workflows/npm-publish.yml
@@ -8,17 +8,6 @@ on:
8
types: [created]
9
10
jobs:
11
- build:
12
- runs-on: ubuntu-latest
13
- steps:
14
- - uses: actions/checkout@v4
15
- - uses: actions/setup-node@v4
16
- with:
17
- node-version: 20
18
- - run: npm ci
19
- - run: npm run build
20
- #- run: npm test
21
-
22
publish-npm:
23
needs: build
24
runs-on: ubuntu-latest
@@ -29,6 +18,8 @@ jobs:
29
node-version: 20
30
registry-url: https://registry.npmjs.org/
31
- run: npm ci
+ - run: npm run build
+ - run: ls -R dist
32
- run: npm publish
33
env:
34
25
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments