Skip to content

Commit

Permalink
Update release_flow.yml (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
trent-codecov authored Apr 24, 2023
1 parent ab66655 commit 54155a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release_flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}'

0 comments on commit 54155a2

Please sign in to comment.