Skip to content

Commit a334902

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

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
@@ -9,12 +9,12 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@V3
12-
- name: Change Directory
13-
working-directory: ./ksqljs
1412
- uses: actions/setup-node@v3
1513
with:
1614
node-version: 16
1715
registry-url: https://registry.npmjs.org/
18-
- run: npm publish --access public
16+
- name: Publish
17+
working-directory: ./ksqljs
18+
run: npm publish --access public
1919
env:
2020
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)