Skip to content

Commit 8e7e5c8

Browse files
committed
ci: fix github workflow
1 parent 2f44c3a commit 8e7e5c8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish.yml

-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66

77
jobs:
88
publish-npm:
9-
needs: test
109
runs-on: ubuntu-latest
1110
steps:
1211
- uses: actions/checkout@v2
@@ -18,7 +17,6 @@ jobs:
1817
env:
1918
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
2019
publish-github:
21-
needs: test
2220
runs-on: ubuntu-latest
2321
steps:
2422
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)