Skip to content

Commit 9a6e435

Browse files
committed
update publish yml to point to pkg dir
1 parent 2573aaf commit 9a6e435

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,11 @@ on:
55
types: [created]
66

77
jobs:
8-
# build:
9-
# runs-on: ubuntu-latest
10-
# steps:
11-
# - uses: actions/checkout@v2
12-
# - uses: actions/setup-node@v1
13-
# with:
14-
# node-version: 12
15-
# - run: yarn
16-
# - run: yarn build
17-
188
publish-npm:
19-
# needs: build
209
runs-on: ubuntu-latest
10+
defaults:
11+
run:
12+
working-directory: ./adblock-detect-react
2113
steps:
2214
- uses: actions/checkout@v2
2315
- uses: actions/setup-node@v1

0 commit comments

Comments
 (0)