We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20e7a3a commit 18d5e7dCopy full SHA for 18d5e7d
.github/workflows/npm-publish.yml
@@ -27,6 +27,7 @@ jobs:
27
- run: npm test
28
29
publish-npm:
30
+ needs: build-and-test
31
runs-on: ubuntu-latest
32
steps:
33
- uses: actions/checkout@v4
@@ -35,7 +36,7 @@ jobs:
35
36
node-version: 21
37
registry-url: https://registry.npmjs.org/
38
- run: npm ci
- - run: npm build
39
+ - run: npm run build
40
- run: npm publish
41
env:
42
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments