Skip to content

Commit

Permalink
fix the script release
Browse files Browse the repository at this point in the history
  • Loading branch information
tonegas committed Dec 5, 2024
1 parent 70c91af commit e2b5f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ git add .
git commit -m "$COMMIT_MESSAGE"

# Push the new branch to origin with the commit message
git push origin --set-upstream origin release/$BRANCH_NAME
git push --set-upstream origin release/$BRANCH_NAME

0 comments on commit e2b5f94

Please sign in to comment.