Skip to content

Commit defc0f8

Browse files
Merge pull request #466 from crowdbotics/CBDEVOPS-503
CBDEVOPS-503 add tag var
2 parents affd595 + 84978ca commit defc0f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
run: |
1919
if [ $GITHUB_REF_NAME == develop ]; then
2020
echo "my_env=staging" >> $GITHUB_OUTPUT
21+
echo "tag=$GITHUB_REF_NAME" >> $GITHUB_OUTPUT
2122
fi
2223
if [[ $GITHUB_REF_NAME =~ ^[0-9]+\.[0-9]+$ ]]; then
2324
echo "release tag: $GITHUB_REF_NAME"

0 commit comments

Comments
 (0)