Skip to content

Commit

Permalink
CBDEVOPS-503 add tag var
Browse files Browse the repository at this point in the history
  • Loading branch information
shashanksinha89 committed Aug 1, 2024
1 parent affd595 commit 84978ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
run: |
if [ $GITHUB_REF_NAME == develop ]; then
echo "my_env=staging" >> $GITHUB_OUTPUT
echo "tag=$GITHUB_REF_NAME" >> $GITHUB_OUTPUT
fi
if [[ $GITHUB_REF_NAME =~ ^[0-9]+\.[0-9]+$ ]]; then
echo "release tag: $GITHUB_REF_NAME"
Expand Down

0 comments on commit 84978ca

Please sign in to comment.