From 03581d893dcd71b61c5ebbc501ad53396f87619d Mon Sep 17 00:00:00 2001 From: Opeyemi <54288773+Eebru-gzy@users.noreply.github.com> Date: Mon, 14 Nov 2022 14:35:42 +0000 Subject: [PATCH] Devops 1039 update release flow dry run step names (#4016) --- .github/workflows/release-browser.yml | 2 +- .github/workflows/release-cli.yml | 8 ++++---- .github/workflows/release-desktop.yml | 6 +++--- .github/workflows/release-web.yml | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/release-browser.yml b/.github/workflows/release-browser.yml index 325d43d2a41..2373026fc55 100644 --- a/.github/workflows/release-browser.yml +++ b/.github/workflows/release-browser.yml @@ -114,7 +114,7 @@ jobs: dist-firefox-*.zip, dist-edge-*.zip' - - name: Download latest master build artifacts + - name: Dry Run - Download latest master build artifacts if: ${{ github.event.inputs.release_type == 'Dry Run' }} uses: bitwarden/gh-actions/download-artifacts@850faad0cf6c02a8c0dc46eddde2363fbd6c373a with: diff --git a/.github/workflows/release-cli.yml b/.github/workflows/release-cli.yml index 97da6ef03a9..19a48c3a238 100644 --- a/.github/workflows/release-cli.yml +++ b/.github/workflows/release-cli.yml @@ -84,7 +84,7 @@ jobs: workflow_conclusion: success branch: ${{ github.ref_name }} - - name: Download all artifacts + - name: Dry Run - Download all artifacts if: ${{ github.event.inputs.release_type == 'Dry Run' }} uses: bitwarden/gh-actions/download-artifacts@850faad0cf6c02a8c0dc46eddde2363fbd6c373a with: @@ -169,7 +169,7 @@ jobs: branch: ${{ github.ref_name }} artifacts: bw_${{ env._PKG_VERSION }}_amd64.snap - - name: Download artifacts + - name: Dry Run - Download artifacts if: ${{ github.event.inputs.release_type == 'Dry Run' }} uses: bitwarden/gh-actions/download-artifacts@850faad0cf6c02a8c0dc46eddde2363fbd6c373a with: @@ -227,7 +227,7 @@ jobs: branch: ${{ github.ref_name }} artifacts: bitwarden-cli.${{ env._PKG_VERSION }}.nupkg - - name: Download artifacts + - name: Dry Run - Download artifacts if: ${{ github.event.inputs.release_type == 'Dry Run' }} uses: bitwarden/gh-actions/download-artifacts@850faad0cf6c02a8c0dc46eddde2363fbd6c373a with: @@ -277,7 +277,7 @@ jobs: branch: ${{ github.ref_name }} artifacts: bitwarden-cli-${{ env._PKG_VERSION }}-npm-build.zip - - name: Download artifacts + - name: Dry Run - Download artifacts if: ${{ github.event.inputs.release_type == 'Dry Run' }} uses: bitwarden/gh-actions/download-artifacts@850faad0cf6c02a8c0dc46eddde2363fbd6c373a with: diff --git a/.github/workflows/release-desktop.yml b/.github/workflows/release-desktop.yml index 378d5f767c3..c8f4b29c78a 100644 --- a/.github/workflows/release-desktop.yml +++ b/.github/workflows/release-desktop.yml @@ -119,7 +119,7 @@ jobs: branch: ${{ github.ref_name }} path: apps/desktop/artifacts - - name: Download all artifacts + - name: Dry Run - Download all artifacts if: ${{ github.event.inputs.release_type == 'Dry Run' }} uses: bitwarden/gh-actions/download-artifacts@850faad0cf6c02a8c0dc46eddde2363fbd6c373a with: @@ -268,7 +268,7 @@ jobs: artifacts: bitwarden_${{ env._PKG_VERSION }}_amd64.snap path: apps/desktop/dist - - name: Download Snap artifact + - name: Dry Run - Download Snap artifact if: ${{ github.event.inputs.release_type == 'Dry Run' }} uses: bitwarden/gh-actions/download-artifacts@850faad0cf6c02a8c0dc46eddde2363fbd6c373a with: @@ -334,7 +334,7 @@ jobs: artifacts: bitwarden.${{ env._PKG_VERSION }}.nupkg path: apps/desktop/dist - - name: Download choco artifact + - name: Dry Run - Download choco artifact if: ${{ github.event.inputs.release_type == 'Dry Run' }} uses: bitwarden/gh-actions/download-artifacts@850faad0cf6c02a8c0dc46eddde2363fbd6c373a with: diff --git a/.github/workflows/release-web.yml b/.github/workflows/release-web.yml index 2ffdad70f77..eda4d1ac36d 100644 --- a/.github/workflows/release-web.yml +++ b/.github/workflows/release-web.yml @@ -162,7 +162,7 @@ jobs: branch: ${{ github.ref_name }} artifacts: web-*-cloud-COMMERCIAL.zip - - name: Download latest cloud asset (Dry Run) + - name: Dry Run - Download latest cloud asset if: ${{ github.event.inputs.release_type == 'Dry Run' }} uses: bitwarden/gh-actions/download-artifacts@850faad0cf6c02a8c0dc46eddde2363fbd6c373a with: @@ -248,7 +248,7 @@ jobs: artifacts: "web-*-selfhosted-COMMERCIAL.zip, web-*-selfhosted-open-source.zip" - - name: Download latest build artifacts + - name: Dry Run - Download latest build artifacts if: ${{ github.event.inputs.release_type == 'Dry Run' }} uses: bitwarden/gh-actions/download-artifacts@850faad0cf6c02a8c0dc46eddde2363fbd6c373a with: