Skip to content

Commit 77af99b

Browse files
authored
Update npm-publish.yml
1 parent 4a8877d commit 77af99b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99

1010
jobs:
1111
publish-npm:
12-
needs: build
1312
runs-on: ubuntu-latest
1413
steps:
1514
- uses: actions/checkout@v2
@@ -22,7 +21,6 @@ jobs:
2221
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
2322

2423
publish-gpr:
25-
needs: build
2624
runs-on: ubuntu-latest
2725
steps:
2826
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)