mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-01-23 02:35:34 +00:00
chore: ignore git checks
This commit is contained in:
parent
6099cd1595
commit
905bb82576
1 changed files with 2 additions and 1 deletions
3
.github/workflows/releaseEtherpad.yaml.yml
vendored
3
.github/workflows/releaseEtherpad.yaml.yml
vendored
|
|
@ -33,6 +33,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: pnpm install --frozen-lockfile
|
||||
- name: Release to npm
|
||||
run: pnpm publish
|
||||
run: pnpm publish --no-git-checks
|
||||
working-directory: ./src
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue