Skip to content

Commit 40f96d9

Browse files
committed
Bypass pnpmn git check
1 parent 0a43a67 commit 40f96d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v1
9+
- uses: actions/checkout@v2
1010
- uses: actions/setup-node@v1
1111
with:
1212
node-version: '14.x'
@@ -15,6 +15,6 @@ jobs:
1515
version: 5.16.0
1616
- run: pnpm install -r --frozen-lockfile
1717
- run: pnpm run -r build
18-
- run: pnpm -r publish
18+
- run: pnpm -r publish --no-git-checks
1919
env:
2020
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 commit comments

Comments
 (0)