Skip to content

Commit 36bd58a

Browse files
committed
fix: update GitHub publish config
1 parent a020538 commit 36bd58a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
- yarn run lint
2525
- yarn run semantic-release
2626
after_success:
27-
- npm config set '//npm.pkg.github.com/:_authToken' ${GH_TOKEN}
28-
- npm config set registry https://npm.pkg.github.com/@typeform
27+
- npm config set '//npm.pkg.github.com/:_authToken' $GH_TOKEN
28+
- npm config set registry https://npm.pkg.github.com
2929
- npm publish
3030

3131
notifications:

0 commit comments

Comments
 (0)