Skip to content

Commit 4be9c57

Browse files
committed
fix(TU-2623): update release github action
1 parent ce4310c commit 4be9c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"release": "npm config set @typeform:registry https://registry.npmjs.org/ && yarn semantic-release",
1717
"server": "node ./tests/integration/mockServer.js",
1818
"server:dev": "nodemon ./tests/integration/mockServer.js",
19-
"publish:github": "npm config set '//npm.pkg.github.com/:_authToken' $GH_TOKEN && npm publish --registry https://npm.pkg.github.com",
19+
"publish:github": "npm config set @typeform:registry https://npm.pkg.github.com/ && npm publish",
2020
"typeform-api": "node ./dist/bin"
2121
},
2222
"bin": {

0 commit comments

Comments
 (0)