Skip to content

Commit

Permalink
fix(ci): add --no-git-checks option (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
nogic1008 authored Feb 17, 2024
1 parent 9f9aa6e commit 489ad1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
run: pnpm install --frozen-lockfile

- name: Publish
run: pnpm -r publish
run: pnpm -r publish --no-git-checks
working-directory: packages/nuxt-swa
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
### 🤖 CI

- **dependabot:** Enable dependabot ([#12](https://github.com/ddradar/nuxt-swa/pull/12))
- **gh-action:** Add npm publish workflow ([#24](https://github.com/ddradar/nuxt-swa/pull/24), [#25](https://github.com/ddradar/nuxt-swa/pull/25), [#26](https://github.com/ddradar/nuxt-swa/pull/26))
- **gh-action:** Add npm publish workflow ([#24](https://github.com/ddradar/nuxt-swa/pull/24), [#25](https://github.com/ddradar/nuxt-swa/pull/25), [#26](https://github.com/ddradar/nuxt-swa/pull/26), [#28](https://github.com/ddradar/nuxt-swa/pull/28))

#### Dependencies Update (powered by Dependabot🤖)

Expand All @@ -40,3 +40,7 @@
## v0.0.1

First Release

### ❤️ Contributors

- Nogic

0 comments on commit 489ad1d

Please sign in to comment.