We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab1b281 commit d7419e1Copy full SHA for d7419e1
.github/workflows/npm-publish.yml
@@ -29,6 +29,7 @@ jobs:
29
node-version: 12
30
registry-url: https://registry.npmjs.org/
31
- run: npm ci
32
+ - run: npm pack
33
- run: npm publish
34
env:
35
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments