ci: Try again to separate releases (#5295)

https://github.com/firezone/firezone/actions/runs/9453112091
This commit is contained in:
Jamil
2024-06-10 11:56:15 -06:00
committed by GitHub
parent 649ce7a18a
commit b37f2f08df
2 changed files with 3 additions and 2 deletions

View File

@@ -223,7 +223,7 @@ jobs:
--repo ${{ github.repository }}
- name: Authenticate to Google Cloud
id: auth
if: ${{ inputs.profile == 'release' && matrix.stage == 'release' && contains(fromJSON('["relay", "gateway", "client"]'), matrix.name.image_name) }}
if: ${{ inputs.profile == 'release' && matrix.stage == 'release' && contains(fromJSON('["gateway", "client"]'), matrix.name.image_name) }}
uses: google-github-actions/auth@v2
with:
workload_identity_provider: "projects/397012414171/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions"
@@ -231,7 +231,7 @@ jobs:
export_environment_variables: true
create_credentials_file: true
- name: Copy binaries to Google Cloud Storage
if: ${{ inputs.profile == 'release' && matrix.stage == 'release' && contains(fromJSON('["relay", "gateway", "client"]'), matrix.name.image_name) }}
if: ${{ inputs.profile == 'release' && matrix.stage == 'release' && contains(fromJSON('["gateway", "client"]'), matrix.name.image_name) }}
run: |
gcloud storage cp \
${BINARY_DEST_PATH} \

View File

@@ -58,6 +58,7 @@ jobs:
- uses: release-drafter/release-drafter@v6
id: update-release-draft
with:
tag_name: ${{ matrix.release_name }}
version: ${{ matrix.release_name }}
name: ${{ matrix.release_name }}
env: