Skip to content

Commit

Permalink
Change latest-released tag for staging-released tag in UI released (o…
Browse files Browse the repository at this point in the history
  • Loading branch information
ammont82 authored Jan 23, 2024
1 parent 2fab91e commit 8a31755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-to-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
if [[ "${GITHUB_REF_TYPE}" == "tag" ]]; then
tags+=( ${GITHUB_REF_NAME} )
if [[ ! "${GITHUB_REF_NAME}" =~ -cim$ ]]; then
tags+=( latest-released )
tags+=( staging-released )
fi
fi
echo "tags=${tags[@]}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 8a31755

Please sign in to comment.