Skip to content

Commit d2235ab

Browse files
committed
allow for prod setting via tag
1 parent cb9c88e commit d2235ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-prod.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929

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

0 commit comments

Comments
 (0)