Skip to content

Commit

Permalink
skip release branch creation
Browse files Browse the repository at this point in the history
  • Loading branch information
kalidax committed Nov 7, 2023
1 parent 73b91cb commit 871d8f9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:

- name: Generate release
run: |
if [[ "${{ steps.release.outputs.tag }}" == *"-alpha."* || "${{ steps.release.outputs.tag }}" == *"-beta."* ]]; then
echo "No branch and tag creation for alpha/beta releases)."
exit 0
fi
new_release_branch=""
if [ "${{ github.ref }}" = "refs/heads/main" ]; then
Expand Down

0 comments on commit 871d8f9

Please sign in to comment.