Skip to content

Commit

Permalink
Merge pull request #8 from frankcrypto2023/dev
Browse files Browse the repository at this point in the history
fix publish
  • Loading branch information
dindinw authored Aug 9, 2024
2 parents db3cd58 + 7a95a7c commit 7b235e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
registry-url: "https://registry.npmjs.org"
- run: npm run build:clean
- run: npm run build
- run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 7b235e2

Please sign in to comment.