We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfe2d57 commit 9165bfaCopy full SHA for 9165bfa
1 file changed
.github/workflows/tag.yml
@@ -29,8 +29,11 @@ jobs:
29
echo "ENV_TAG=stage" >> $GITHUB_ENV
30
elif [ "$TARGET_BRANCH" = "production" ]; then
31
echo "ENV_TAG=prod" >> $GITHUB_ENV
32
+ else
33
+ echo "ENV_TAG=" >> $GITHUB_ENV
34
fi
35
- name: Force update tag
36
+ if: ${{ env.ENV_TAG != '' }}
37
run: |
38
git config user.name "github-actions[bot]"
39
git config user.email "github-actions[bot]@users.noreply.github.com"
0 commit comments