Skip to content

Commit

Permalink
chore: fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
jiftechnify committed Oct 8, 2024
1 parent 7e03f4b commit d8fa160
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Lint, Test and Build
run: npm run run-all-gha

- name: Publish to npm
run: npm run release
- name: Release packages to npm
run: npm run release -- --yes
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit d8fa160

Please sign in to comment.