Skip to content

Commit 3064844

Browse files
committed
Merge branch 'develop/1.0' of https://github.com/sramekpete/polyline-algorithm-csharp into develop/1.0
2 parents 058ad67 + 05c5510 commit 3064844

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
@@ -190,10 +190,8 @@ jobs:
190190
outputs:
191191
package-artifact-name: ${{ env.package-artifact-name }}
192192
steps:
193-
- name: 'Checkout ${{ github.head_ref || github.ref }}'
193+
- name: 'Checkout ${{ github.base_ref }}'
194194
uses: actions/checkout@v5
195-
with:
196-
ref: '${{ github.ref }}'
197195

198196
- name: Setup .NET
199197
uses: actions/setup-dotnet@v5

0 commit comments

Comments
 (0)