Skip to content

Commit 8c24f69

Browse files
authored
fix: publish ci (#732)
1 parent c532ac1 commit 8c24f69

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/public.yml renamed to .github/workflows/publish.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,17 @@ on:
44
branches:
55
- 'master'
66

7-
87
jobs:
98
publish:
10-
runs-on: ubuntu-18.04
9+
runs-on: ubuntu-latest
1110
strategy:
1211
matrix:
13-
node-version: [14]
12+
node-version: [16]
1413
steps:
1514
- name: Checkout
1615
uses: actions/checkout@v2
1716
with:
18-
fetch-depth: 0
17+
fetch-depth: 0
1918
- uses: actions/setup-node@v1
2019
with:
2120
node-version: ${{ matrix.node-version }}
@@ -32,4 +31,4 @@ jobs:
3231
run: yarn ci:publish
3332
env:
3433
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
35-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
34+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)