Skip to content

Commit 9ed403f

Browse files
authored
corrected path to .csproj in xml
1 parent dc45e8d commit 9ed403f

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: '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)