Skip to content

Commit

Permalink
Update release PR workflow to use the selected branch instead of alwa…
Browse files Browse the repository at this point in the history
…ys using trunk
  • Loading branch information
mattallan committed Nov 26, 2024
1 parent e2bd804 commit 7e5d15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Check out the woocommerce-subscriptions-core repository
uses: actions/checkout@v3
with:
ref: trunk
ref: ${{ github.ref }}
path: main

- name: Check out the woorelease repository
Expand Down

0 comments on commit 7e5d15b

Please sign in to comment.