Skip to content

Commit 1b20954

Browse files
committed
added checkout of target branch for deployment
1 parent c633b23 commit 1b20954

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,8 @@ jobs:
189189
steps:
190190
- name: 'Checkout ${{ github.head_ref || github.ref }}'
191191
uses: actions/checkout@v5
192+
with:
193+
ref: ${{ github.base_ref }}
192194

193195
- name: Setup .NET
194196
uses: actions/setup-dotnet@v5

0 commit comments

Comments
 (0)