diff --git a/.github/workflows/release-browser.yml b/.github/workflows/release-browser.yml index 325d43d2a4..2373026fc5 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 97da6ef03a..19a48c3a23 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 378d5f767c..c8f4b29c78 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 2ffdad70f7..eda4d1ac36 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: