Skip to content

Commit

Permalink
Update prepare_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gr0vity-dev authored Jan 23, 2024
1 parent dd038c7 commit c8ef65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prepare_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
# Create pull request
export GH_TOKEN=${{ secrets.GITHUB_TOKEN }}
gh pr create --base ${{ steps.get-default-branch.outputs.default-branch }} --head $NEW_BRANCH --title "Update CPACK_PACKAGE_VERSION_MAJOR to $new_version_major" --body "Auto-generated PR to update CPACK_PACKAGE_VERSION_MAJOR"
git reset --hard HEAD~1
- name: Prepare release branch and set pre-release to 0
run: |
Expand Down

0 comments on commit c8ef65c

Please sign in to comment.