We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c09b49 commit 8ce41c8Copy full SHA for 8ce41c8
.github/workflows/publish.yml
@@ -27,8 +27,6 @@ jobs:
27
with:
28
node-version: 20
29
registry-url: https://registry.npmjs.org/
30
- - run: npm i
31
- - run: npm run build
32
- run: npm publish
33
env:
34
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
0 commit comments