Skip to content

Commit 3ac7c12

Browse files
committed
added single quotes
1 parent eb38eb8 commit 3ac7c12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,10 +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
197197
with:
198-
ref: ${{ github.base_ref }}
198+
ref: '${{ github.base_ref }}'
199199

200200
- name: Setup .NET
201201
uses: actions/setup-dotnet@v5

0 commit comments

Comments
 (0)