Skip to content

Commit

Permalink
chore: prevent branch creation for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Sai Sankeerth committed Apr 16, 2024
1 parent e1596b6 commit e37f175
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/draft-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
echo "Release type is $release_type"
echo "New version is $new_version"
echo "New release branch name is $branch_name"
git checkout -b "$branch_name"
git push --set-upstream origin "$branch_name"
# git checkout -b "$branch_name"
# git push --set-upstream origin "$branch_name"
echo "source_branch_name=$source_branch_name" >> $GITHUB_OUTPUT
echo "branch_name=$branch_name" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit e37f175

Please sign in to comment.