We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebc7325 commit a334902Copy full SHA for a334902
.github/workflows/npm-publish.yml
@@ -9,12 +9,12 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@V3
12
- - name: Change Directory
13
- working-directory: ./ksqljs
14
- uses: actions/setup-node@v3
15
with:
16
node-version: 16
17
registry-url: https://registry.npmjs.org/
18
- - run: npm publish --access public
+ - name: Publish
+ working-directory: ./ksqljs
+ run: npm publish --access public
19
env:
20
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments