Skip to content

Commit

Permalink
Merge pull request #43 from FelixWaweru/test
Browse files Browse the repository at this point in the history
Merge: Signed Build
  • Loading branch information
FelixWaweru committed Nov 21, 2023
2 parents b4a55fc + 52562a9 commit 75fc9c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm install
- run: npm publish --provenance
- run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elevenlabs-node",
"version": "2.0.0",
"version": "2.0.1",
"description": "This is an open source Eleven Labs NodeJS package for converting text to speech using the Eleven Labs API",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 75fc9c8

Please sign in to comment.