Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Commit 7e5d15b

Browse files
author
mattallan
committed
Update release PR workflow to use the selected branch instead of always using trunk
1 parent e2bd804 commit 7e5d15b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Check out the woocommerce-subscriptions-core repository
1313
uses: actions/checkout@v3
1414
with:
15-
ref: trunk
15+
ref: ${{ github.ref }}
1616
path: main
1717

1818
- name: Check out the woorelease repository

0 commit comments

Comments
 (0)