We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d513636 commit f4bacd9Copy full SHA for f4bacd9
.github/workflows/release.yml
@@ -31,8 +31,6 @@ jobs:
31
with:
32
node-version: 20
33
registry-url: https://registry.npmjs.org/
34
- - run: npm ci
35
- - run: npm run build
36
- run: npm publish --access=public
37
env:
38
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments