Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Commit

Permalink
Fix nighly publish
Browse files Browse the repository at this point in the history
* fix nightly publish
  • Loading branch information
luongngocminh authored Jan 28, 2024
1 parent 80d0812 commit 2f528a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ jobs:
- name: 'Generate nightly package.json'
run: npm run config:prerelease -- nightly

- run: pnpm publish --tag nightly --access public
- run: pnpm publish --tag nightly --access public --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 2f528a0

Please sign in to comment.