Skip to content

Commit 5c64747

Browse files
chore: Removing more from workflow
Signed-off-by: Francisco Javier Arceo <[email protected]>
1 parent 735e68a commit 5c64747

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

.github/workflows/show_semantic_release.yml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@ name: show semantic release versions
22

33
on:
44
workflow_dispatch:
5-
inputs:
6-
dry_run:
7-
description: 'Dry Run'
8-
required: true
9-
default: true
10-
type: boolean
115

126
jobs:
137

@@ -34,25 +28,3 @@ jobs:
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

0 commit comments

Comments
 (0)