We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f78599 + bb0d338 commit 05c5510Copy full SHA for 05c5510
1 file changed
.github/workflows/release.yml
@@ -186,10 +186,8 @@ jobs:
186
outputs:
187
package-artifact-name: ${{ env.package-artifact-name }}
188
steps:
189
- - name: 'Checkout ${{ github.head_ref || github.ref }}'
+ - name: 'Checkout ${{ github.base_ref }}'
190
uses: actions/checkout@v5
191
- with:
192
- ref: '${{ github.ref }}'
193
194
- name: Setup .NET
195
uses: actions/setup-dotnet@v5
0 commit comments