mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
fix: avoid git checks while publishing
This commit is contained in:
parent
143d4095df
commit
2d2696dade
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -33,6 +33,6 @@ jobs:
|
||||
run: pnpm run build
|
||||
|
||||
- name: Publish to NPM
|
||||
run: pnpm publish --access public
|
||||
run: pnpm publish --access public --no-git-checks
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user