Skip to content

Commit 54155a2

Browse files
Update release_flow.yml (#131)
1 parent ab66655 commit 54155a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release_flow.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ jobs:
126126

127127
# Publish the release tag to a Pub/Sub topic
128128
- name: Publish a message to a Pub/Sub topic
129+
env:
130+
CLOUDSDK_CORE_PROJECT: ${{ secrets.GCLOUD_UPLOADER_PROJECT_ID }}
129131
run: |
130-
gcloud --quiet config set project ${{ secrets.GCLOUD_UPLOADER_PROJECT_ID }}
131132
gcloud pubsub topics publish ${{ secrets.GCLOUD_UPLOADER_PUBSUB_TOPIC }} --message '{"release":"'"${{ github.ref_name }}"'", "latest":true}'

0 commit comments

Comments
 (0)