Skip to content

Commit

Permalink
Update release branch check in tag_release
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Feb 29, 2024
1 parent 1dd09fc commit 99dd9e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tag_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ jobs:
run: |
case "${{ env.BRANCH }}" in
release/*) ;;
*) echo "👎 Not a release branch"; exit 1 ;;
hotfix/*) ;;
*) echo "👎 Not a release or hotfix branch"; exit 1 ;;
esac
- name: Check out the code
Expand Down

0 comments on commit 99dd9e4

Please sign in to comment.