File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,12 +2,6 @@ name: show semantic release versions
22
33on :
44 workflow_dispatch :
5- inputs :
6- dry_run :
7- description : ' Dry Run'
8- required : true
9- default : true
10- type : boolean
115
126jobs :
137
3428 echo ::set-output name=next_version::$NEXT_VERSION
3529 echo "Current version is ${CURRENT_VERSION}"
3630 echo "Next version is ${NEXT_VERSION}"
37-
38- dry-release :
39- name : dry-release
40- runs-on : ubuntu-latest
41- steps :
42- - name : Checkout
43- uses : actions/checkout@v4
44- with :
45- persist-credentials : false
46- - name : Setup Node.js
47- uses : actions/setup-node@v3
48- with :
49- node-version-file : ' ./ui/.nvmrc'
50- - name : Set up Homebrew
51- id : set-up-homebrew
52- uses : Homebrew/actions/setup-homebrew@master
53- - name : Setup Helm-docs
54- run : |
55- brew install norwoodj/tap/helm-docs
56- - name : Release (Dry Run)
57- run : |
58- npx -p @semantic-release/changelog -p @semantic-release/git -p @semantic-release/exec -p semantic-release semantic-release --dry-run
You can’t perform that action at this time.
0 commit comments