File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -48,12 +48,13 @@ jobs:
48
48
run : yarn lint
49
49
50
50
- name : Publish
51
- run : npx semantic-release -r $GITHUB_SERVER_URL/$GITHUB_REPOSITORY
51
+ run : npx semantic-release
52
52
env :
53
+ NODE_ENV : " cicd"
53
54
NODE_AUTH_TOKEN : ${{secrets.npm_token}}
55
+ NPM_TOKEN : ${{secrets.npm_token}}
54
56
GITHUB_TOKEN : ${{secrets.gh_token}}
55
57
GIT_AUTHOR_NAME : " autocloud-deploy-bot"
56
58
GIT_AUTHOR_EMAIL : " no-reply@autocloud.dev"
57
59
GIT_COMMITTER_NAME : " autocloud-deploy-bot"
58
60
GIT_COMMITTER_EMAIL : " no-reply@autocloud.dev"
59
- NODE_ENV : " cicd"
Original file line number Diff line number Diff line change 1
1
---
2
2
branches :
3
3
- name : alpha
4
+ channel : alpha
5
+ prerelease : true
4
6
- name : beta
7
+ channel : beta
8
+ prerelease : true
5
9
- name : main
6
10
7
11
plugins :
Original file line number Diff line number Diff line change 4
4
"description" : " cloud-graph provider plugin for Oracle Cloud used to fetch OCI cloud data." ,
5
5
"publishConfig" : {
6
6
"registry" : " https://registry.npmjs.org/" ,
7
- "tag" : " latest" ,
8
7
"access" : " public"
9
8
},
10
9
"homepage" : " https://www.cloudgraph.dev/" ,
You can’t perform that action at this time.
0 commit comments