Skip to content

Commit

Permalink
4.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dermasmid committed Jun 6, 2024
1 parent 567bb75 commit c86942e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ jobs:

- name: Verify npm authentication
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_JS_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_JS_TOKEN }}
run: npm whoami


- name: Publish to npm
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_JS_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_JS_TOKEN }}
run: npm publish


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@triplewhale/node-rdkafka",
"version": "4.0.8",
"version": "4.0.9",
"description": "Node.js bindings for librdkafka",
"librdkafka": "2.4.0",
"main": "lib/index.js",
Expand Down

0 comments on commit c86942e

Please sign in to comment.