Skip to content

Commit

Permalink
ci: use test branch
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUnderScorer committed Nov 24, 2023
1 parent 78474b8 commit cf5a11a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/create-pr-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ jobs:
with:
ref: 'test'

-

- name: Create Pull Request from tag branch to main
run: |
gh pr create --title "Release ${{ github.event.release.tag_name }}" --body "Release ${{ github.event.release.tag_name }}" --base main --head ${{ github.event.release.tag_name }} --repo ${{ github.repository }}
gh pr create --title "Release ${{ github.event.release.tag_name }}" --body "Release ${{ github.event.release.tag_name }}" --base main --head test --repo ${{ github.repository }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit cf5a11a

Please sign in to comment.