Skip to content

Commit 59d90ea

Browse files
committed
Change directory not working
1 parent 8ecaf89 commit 59d90ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
3+
# https://yonatankra.com/how-to-deploy-npm-modules-in-an-nx-monorepo-and-github-actions/
34

45
name: Node.js Package
56

@@ -42,7 +43,7 @@ jobs:
4243
run: npm run build string-utils
4344

4445
- name: Changing directory to dist/packages/string-utils
45-
run: cd dist/packages/string-utils
46+
run: cd ./dist/packages/string-utils
4647

4748
- name: Publishing the npm package
4849
run: npm publish --access public

0 commit comments

Comments
 (0)