Skip to content

Commit 08b35f2

Browse files
authored
another release script fix (#489)
1 parent 9c014f0 commit 08b35f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ release_npm:
8888
script:
8989
# release to NPM
9090
- echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
91-
- for f in artifacts/*.tgz; do npm publish --tag beta $f; done;
91+
- for f in artifacts/*.tgz; do npm publish --tag beta ./$f; done;
9292
- rm -f ~/.npmrc
9393

9494
release_github:

0 commit comments

Comments
 (0)