Skip to content

Commit

Permalink
allow for prod setting via tag
Browse files Browse the repository at this point in the history
  • Loading branch information
apexearth committed Oct 20, 2024
1 parent cb9c88e commit d2235ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:

- name: update squid.yml
run: |
# Get the branch name from GitHub
# Get the version from the tag
VERSION=${GITHUB_REF#refs/tags/prod-}
# Update prod tag
sqd tags add prod --name origin-squid -s $BRANCH_NAME --allow-tag-reassign
sqd tags add prod --name origin-squid -s $VERSION --allow-tag-reassign

0 comments on commit d2235ab

Please sign in to comment.