Skip to content

Commit 905bb82

Browse files
committed
chore: ignore git checks
1 parent 6099cd1 commit 905bb82

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/releaseEtherpad.yaml.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
- name: Install dependencies
3434
run: pnpm install --frozen-lockfile
3535
- name: Release to npm
36-
run: pnpm publish
36+
run: pnpm publish --no-git-checks
37+
working-directory: ./src
3738
env:
3839
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)