Skip to content

Commit

Permalink
ci: update build-publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
paoloyx authored Jun 18, 2024
1 parent 30757f7 commit 22d1aa5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ jobs:
- run: yarn install
- run: yarn less-check
- run: yarn eslint-check
- run: yarn build:npm
- uses: JS-DevTools/npm-publish@v3
if: startsWith(github.ref, 'refs/tags/v')
with:
token: ${{ secrets.NPM_TOKEN }}
access: public
dry-run: true
dry-run: true

0 comments on commit 22d1aa5

Please sign in to comment.