Skip to content

Commit

Permalink
CI fix 1
Browse files Browse the repository at this point in the history
  • Loading branch information
korvin89 committed Oct 16, 2024
1 parent 10115d4 commit 3e93159
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,11 @@ jobs:
echo "NEW_VERSION=$NEW_VERSION" >> "$GITHUB_ENV"
echo "TAG_NEW_VERSION=$TAG_NEW_VERSION" >> "$GITHUB_ENV"
- name: 'Create new release branch'
run: |
NEW_BRANCH="release-$NEW_VERSION"
git checkout -b "$NEW_BRANCH"
echo "Created new release branch: $NEW_BRANCH"
echo "NEW_BRANCH=$NEW_BRANCH" >> "$GITHUB_ENV"

0 comments on commit 3e93159

Please sign in to comment.