We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4f9efd commit dc45e8dCopy full SHA for dc45e8d
.github/workflows/publish.yml
@@ -40,7 +40,7 @@ jobs:
40
id: extract_version
41
uses: mavrosxristoforos/[email protected]
42
with:
43
- xml-file: '{{github.workspace}}/src/SpanExtensions.csproj'
+ xml-file: '${{github.workspace}}/src/SpanExtensions.csproj'
44
xpath: '/Project//PropertyGroup//Version'
45
- name: Store Environment Variable
46
run: echo "VERSION=v${{ steps.extract_version.outputs.info }}" >> $GITHUB_ENV
0 commit comments