Skip to content

Commit 3b68cba

Browse files
authored
Update npm-publish.yml
1 parent 8b03cb8 commit 3b68cba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 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
11+
- uses: actions/checkout@v3
1212
with:
13-
files: ksqljs/*
13+
repository: 'oslabs-beta/ksqljs/ksqljs'
1414
- uses: actions/setup-node@v3
1515
with:
1616
node-version: 16

0 commit comments

Comments
 (0)