Skip to content

Commit 94f0734

Browse files
authored
working directory changed for github action npm publish (#144)
1 parent d2f39a5 commit 94f0734

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/npm-publish.yml

+4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
publish-npm:
2424
needs: build
2525
runs-on: ubuntu-latest
26+
defaults:
27+
run:
28+
working-directory: ./src
2629
steps:
2730
- uses: actions/checkout@v2
2831
- uses: actions/setup-node@v2
@@ -31,6 +34,7 @@ jobs:
3134
registry-url: https://registry.npmjs.org/
3235
scope: '@ngx-builders'
3336
- run: npm install
37+
- run: npm run build
3438
- run: npm publish
3539
env:
3640
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)