Skip to content

Commit dc45e8d

Browse files
authored
fixed xml extraction
1 parent d4f9efd commit dc45e8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
id: extract_version
4141
uses: mavrosxristoforos/[email protected]
4242
with:
43-
xml-file: '{{github.workspace}}/src/SpanExtensions.csproj'
43+
xml-file: '${{github.workspace}}/src/SpanExtensions.csproj'
4444
xpath: '/Project//PropertyGroup//Version'
4545
- name: Store Environment Variable
4646
run: echo "VERSION=v${{ steps.extract_version.outputs.info }}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)