diff --git a/.github/workflows/show_semantic_release.yml b/.github/workflows/show_semantic_release.yml index d03a38f831..550c0a005d 100644 --- a/.github/workflows/show_semantic_release.yml +++ b/.github/workflows/show_semantic_release.yml @@ -2,12 +2,6 @@ name: show semantic release versions on: workflow_dispatch: - inputs: - dry_run: - description: 'Dry Run' - required: true - default: true - type: boolean jobs: @@ -34,25 +28,3 @@ jobs: echo ::set-output name=next_version::$NEXT_VERSION echo "Current version is ${CURRENT_VERSION}" echo "Next version is ${NEXT_VERSION}" - - dry-release: - name: dry-release - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - with: - persist-credentials: false - - name: Setup Node.js - uses: actions/setup-node@v3 - with: - node-version-file: './ui/.nvmrc' - - name: Set up Homebrew - id: set-up-homebrew - uses: Homebrew/actions/setup-homebrew@master - - name: Setup Helm-docs - run: | - brew install norwoodj/tap/helm-docs - - name: Release (Dry Run) - run: | - npx -p @semantic-release/changelog -p @semantic-release/git -p @semantic-release/exec -p semantic-release semantic-release --dry-run