Skip to content

Commit bb2607f

Browse files
authored
chore: Set root directory for npm ci (#481)
Sets the root folder to be inside ./v4-client-js
1 parent c86ae42 commit bb2607f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/js-publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
permissions:
1818
contents: write
1919
id-token: write
20+
defaults:
21+
run:
22+
working-directory: ./v4-client-js
2023

2124
steps:
2225
- uses: actions/checkout@v3
@@ -35,4 +38,4 @@ jobs:
3538
run: npm ci
3639

3740
- name: Publish if needed
38-
run: ./v4-client-js/scripts/publish-if-not-exists.sh
41+
run: ./scripts/publish-if-not-exists.sh

0 commit comments

Comments
 (0)