|
|
|
|
@ -36,7 +36,7 @@ jobs:
@@ -36,7 +36,7 @@ jobs:
|
|
|
|
|
|
|
|
|
|
- name: Check Release Version |
|
|
|
|
id: version |
|
|
|
|
uses: bitwarden/gh-actions/release-version-check@master |
|
|
|
|
uses: bitwarden/gh-actions/release-version-check@main |
|
|
|
|
with: |
|
|
|
|
release-type: ${{ github.event.inputs.release_type }} |
|
|
|
|
project-type: ts |
|
|
|
|
@ -59,7 +59,7 @@ jobs:
@@ -59,7 +59,7 @@ jobs:
|
|
|
|
|
|
|
|
|
|
- name: Download all artifacts |
|
|
|
|
if: ${{ github.event.inputs.release_type != 'Dry Run' }} |
|
|
|
|
uses: bitwarden/gh-actions/download-artifacts@master |
|
|
|
|
uses: bitwarden/gh-actions/download-artifacts@main |
|
|
|
|
with: |
|
|
|
|
workflow: build.yml |
|
|
|
|
workflow_conclusion: success |
|
|
|
|
@ -67,7 +67,7 @@ jobs:
@@ -67,7 +67,7 @@ jobs:
|
|
|
|
|
|
|
|
|
|
- name: Download all artifacts |
|
|
|
|
if: ${{ github.event.inputs.release_type == 'Dry Run' }} |
|
|
|
|
uses: bitwarden/gh-actions/download-artifacts@master |
|
|
|
|
uses: bitwarden/gh-actions/download-artifacts@main |
|
|
|
|
with: |
|
|
|
|
workflow: build.yml |
|
|
|
|
workflow_conclusion: success |
|
|
|
|
|