From 54155a2bfb9d33b618c96a8c370436c6eda1f9f8 Mon Sep 17 00:00:00 2001 From: Trent Schmidt Date: Mon, 24 Apr 2023 10:34:32 -0400 Subject: [PATCH] Update release_flow.yml (#131) --- .github/workflows/release_flow.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release_flow.yml b/.github/workflows/release_flow.yml index 3e89a671..e5f9c562 100644 --- a/.github/workflows/release_flow.yml +++ b/.github/workflows/release_flow.yml @@ -126,6 +126,7 @@ jobs: # Publish the release tag to a Pub/Sub topic - name: Publish a message to a Pub/Sub topic + env: + CLOUDSDK_CORE_PROJECT: ${{ secrets.GCLOUD_UPLOADER_PROJECT_ID }} run: | - gcloud --quiet config set project ${{ secrets.GCLOUD_UPLOADER_PROJECT_ID }} gcloud pubsub topics publish ${{ secrets.GCLOUD_UPLOADER_PUBSUB_TOPIC }} --message '{"release":"'"${{ github.ref_name }}"'", "latest":true}'