From 5ade10d1fefa634dda764b6b3e7c5abf96f017ea Mon Sep 17 00:00:00 2001 From: Micaiah Martin <77340197+mimartin12@users.noreply.github.com> Date: Thu, 10 Mar 2022 11:31:49 -0700 Subject: [PATCH] Update input name to be consistent with other workflows (#1837) --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5d65ed9fa..631d08a25 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ on: options: - Initial Release - Redeploy - - dry-run + - Dry Run jobs: release: @@ -22,7 +22,7 @@ jobs: branch-name: ${{ steps.branch.outputs.branch-name }} steps: - name: Branch check - if: github.event.inputs.release_type != 'dry-run' + if: github.event.inputs.release_type != 'Dry Run' run: | if [[ "$GITHUB_REF" != "refs/heads/rc" ]] && [[ "$GITHUB_REF" != "refs/heads/hotfix-rc" ]]; then echo "===================================" @@ -75,7 +75,7 @@ jobs: run: zip -r Bitwarden\ iOS.zip Bitwarden\ iOS - name: Create release - if: github.event.inputs.release_type != 'dry-run' + if: github.event.inputs.release_type != 'Dry Run' uses: ncipollo/release-action@40bb172bd05f266cf9ba4ff965cb61e9ee5f6d01 # v1.9.0 with: artifacts: "./com.x8bit.bitwarden.aab/com.x8bit.bitwarden.aab, @@ -171,5 +171,5 @@ jobs: cd $GITHUB_WORKSPACE - name: Deploy to gh-pages - if: github.event.inputs.release_type != 'dry-run' + if: github.event.inputs.release_type != 'Dry Run' run: npm run deploy