1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-05 01:53:55 +00:00

Devops 1039 update release flow dry run step names (#4016)

This commit is contained in:
Opeyemi
2022-11-14 14:35:42 +00:00
committed by GitHub
parent 55b46a2c62
commit 03581d893d
4 changed files with 10 additions and 10 deletions

View File

@@ -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: