Skip to content

Commit ebc7325

Browse files
authored
Update npm-publish.yml
1 parent 9f71a7a commit ebc7325

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
publish-npm:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: Bhacaz/checkout-files@v2
12-
with:
13-
files: ksqljs
11+
- uses: actions/checkout@V3
12+
- name: Change Directory
13+
working-directory: ./ksqljs
1414
- uses: actions/setup-node@v3
1515
with:
1616
node-version: 16

0 commit comments

Comments
 (0)