File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 49
49
- /^[^v].*/
50
50
artifacts :
51
51
paths :
52
- - dist/
52
+ - packages/*/ dist/
53
53
script :
54
54
- npm run compile
55
55
@@ -88,7 +88,7 @@ release_npm:
88
88
script :
89
89
# release to NPM
90
90
- echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
91
- - for f in artifcats /*.tgz; do npm publish --tag beta $f; done;
91
+ - for f in artifacts /*.tgz; do npm publish --tag beta $f; done;
92
92
- rm -f ~/.npmrc
93
93
94
94
release_github :
@@ -105,7 +105,7 @@ release_github:
105
105
- sudo apt install gh
106
106
107
107
# release in Github
108
- - gh release create v${CI_COMMIT_REF_NAME:1} ./dist/ artifacts/* --target $CI_COMMIT_SHA --repo $GITHUB_REPOSITORY --prerelease
108
+ - gh release create v${CI_COMMIT_REF_NAME:1} ./artifacts/* --target $CI_COMMIT_SHA --repo $GITHUB_REPOSITORY --prerelease
109
109
110
110
release_cdn :
111
111
artifacts :
You can’t perform that action at this time.
0 commit comments