Skip to content

Commit

Permalink
ci(tag): adapt 6.0.0 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinplemelon authored and ysfscream committed Dec 6, 2024
1 parent 110f9d6 commit fd77cf5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
tags:
- 'v1.*'
- 'e1.*'
- 'e2.*'

jobs:
set_version:
Expand All @@ -17,6 +18,8 @@ jobs:
run: |
if [[ "${{ github.base_ref }}" == enterprise ]]; then
echo "emqx-name=emqx-enterprise" >> "$GITHUB_OUTPUT"
elif [[ "${{ github.base_ref }}" == *enterprise* ]]; then
echo "emqx-name=emqx-enterprise" >> "$GITHUB_OUTPUT"
else
echo "emqx-name=emqx" >> "$GITHUB_OUTPUT"
fi
Expand Down

0 comments on commit fd77cf5

Please sign in to comment.