Skip to content

Commit 32386f1

Browse files
change the build path
1 parent fa5cbb0 commit 32386f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- run: yarn install
3434
- run: yarn nx run-many --target=build --all
3535
- name: Run Publish
36-
working-directory: ./dist/libs/ngu/carousel
36+
working-directory: dist/libs/ngu/carousel
3737
run: npm publish --access=public
3838
env:
3939
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)