We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a43a67 commit 40f96d9Copy full SHA for 40f96d9
.github/workflows/publish.yml
@@ -6,7 +6,7 @@ jobs:
6
build:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
10
- uses: actions/setup-node@v1
11
with:
12
node-version: '14.x'
@@ -15,6 +15,6 @@ jobs:
15
version: 5.16.0
16
- run: pnpm install -r --frozen-lockfile
17
- run: pnpm run -r build
18
- - run: pnpm -r publish
+ - run: pnpm -r publish --no-git-checks
19
env:
20
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
0 commit comments