Skip to content

Commit 3ebb7d3

Browse files
committedFeb 19, 2021
sharing build task was broken, but not necessaryy
1 parent 251f3e2 commit 3ebb7d3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed
 

‎.github/workflows/npm-publish.yml

-7
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,7 @@ on:
88
types: [created]
99

1010
jobs:
11-
build:
12-
runs-on: ubuntu-latest
13-
steps:
14-
- uses: actions/checkout@v2
15-
- uses: ./.github/workflows/node
16-
1711
publish-npm:
18-
needs: build
1912
runs-on: ubuntu-latest
2013
steps:
2114
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)