Skip to content

Commit bb0d338

Browse files
github-actions[bot]petesramekPete Sramekdependabot[bot]
authored
Promote develop/1.0 to preview/1.0 (#75)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Pete Sramek <me@petesramek.com> Co-authored-by: Pete Sramek <petr.sramek@dropoutcoder.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a19e39d commit bb0d338

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,10 @@ jobs:
192192
outputs:
193193
package-artifact-name: ${{ env.package-artifact-name }}
194194
steps:
195-
- name: 'Checkout ${{ github.head_ref || github.ref }}'
195+
- name: 'Checkout ${{ github.base_ref }}'
196196
uses: actions/checkout@v5
197+
with:
198+
ref: '${{ github.base_ref }}'
197199

198200
- name: Setup .NET
199201
uses: actions/setup-dotnet@v5

0 commit comments

Comments
 (0)