Skip to content

Commit

Permalink
fix(TU-2623): update release github action
Browse files Browse the repository at this point in the history
  • Loading branch information
mathio committed Dec 6, 2023
1 parent ce4310c commit 4be9c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"release": "npm config set @typeform:registry https://registry.npmjs.org/ && yarn semantic-release",
"server": "node ./tests/integration/mockServer.js",
"server:dev": "nodemon ./tests/integration/mockServer.js",
"publish:github": "npm config set '//npm.pkg.github.com/:_authToken' $GH_TOKEN && npm publish --registry https://npm.pkg.github.com",
"publish:github": "npm config set @typeform:registry https://npm.pkg.github.com/ && npm publish",
"typeform-api": "node ./dist/bin"
},
"bin": {
Expand Down

0 comments on commit 4be9c57

Please sign in to comment.