Skip to content

Commit

Permalink
ci: fix oxlint publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Sep 12, 2024
1 parent d06bab6 commit f14a534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_oxlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:
run: |
for package in npm/oxlint*
do
pnpm publish $package/ --tag latest --provenance --access public
pnpm publish $package/ --tag latest --provenance --access public --no-git-checks
echo '----'
done
Expand Down

0 comments on commit f14a534

Please sign in to comment.