Skip to content

Commit 05c5510

Browse files
author
Pete Sramek
authored
Merge branch 'preview/1.0' into develop/1.0
2 parents 8f78599 + bb0d338 commit 05c5510

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,8 @@ jobs:
186186
outputs:
187187
package-artifact-name: ${{ env.package-artifact-name }}
188188
steps:
189-
- name: 'Checkout ${{ github.head_ref || github.ref }}'
189+
- name: 'Checkout ${{ github.base_ref }}'
190190
uses: actions/checkout@v5
191-
with:
192-
ref: '${{ github.ref }}'
193191

194192
- name: Setup .NET
195193
uses: actions/setup-dotnet@v5

0 commit comments

Comments
 (0)