File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ dist: focal
3
3
# Remove this if using external Travis
4
4
group : beta
5
5
6
+ version : ~> 1.0
7
+
6
8
language : node_js
7
9
node_js :
8
10
- 18
@@ -33,7 +35,7 @@ before_deploy:
33
35
- pyenv global 3.8
34
36
- pip install --user bump2version
35
37
- echo "@ibm-cloud:registry=https://na.artifactory.swg-devops.com/artifactory/api/npm/wcp-codeengine-ux-team-npm-local/" > ~/.npmrc
36
- - echo "//na.artifactory.swg-devops.com/artifactory/api/npm/wcp-codeengine-ux-team-npm-local/:_auth=$ARTIFACTORY_PASSWORD " >> ~/.npmrc # pragma: allowlist secret
38
+ - echo "//na.artifactory.swg-devops.com/artifactory/api/npm/wcp-codeengine-ux-team-npm-local/:_auth=$ARTIFACTORY_NPM_AUTH " >> ~/.npmrc # pragma: allowlist secret
37
39
- echo "//na.artifactory.swg-devops.com/artifactory/api/npm/wcp-codeengine-ux-team-npm-local/:email=$ARTIFACTORY_MAIL" >> ~/.npmrc
38
40
- echo "//na.artifactory.swg-devops.com/artifactory/api/npm/wcp-codeengine-ux-team-npm-local/:always-auth=true" >> ~/.npmrc
39
41
- npm install -g semantic-release
You can’t perform that action at this time.
0 commit comments