File tree Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,6 @@ name: show semantic release versions
2
2
3
3
on :
4
4
workflow_dispatch :
5
- inputs :
6
- dry_run :
7
- description : ' Dry Run'
8
- required : true
9
- default : true
10
- type : boolean
11
5
12
6
jobs :
13
7
34
28
echo ::set-output name=next_version::$NEXT_VERSION
35
29
echo "Current version is ${CURRENT_VERSION}"
36
30
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