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 77540ee commit 0d3e7a7Copy full SHA for 0d3e7a7
.github/workflows/publish.yml
@@ -42,7 +42,7 @@ jobs:
42
xml-file: '{{github.workspace}}/src/SpanExtensions.csproj'
43
xpath: '/Project//PropertyGroup//Version'
44
- name: Store Environment Variable
45
- run: echo "VERSION=v${{ steps.getxml.outputs.info }}" >> $GITHUB_ENV
+ run: echo "VERSION=v${{ steps.extract_version.outputs.info }}" >> $GITHUB_ENV
46
- name: Download release notes
47
run: curl -o release-notes.md https://drive.google.com/uc?export=download&id=1LdP8rvPZ9ra4mc4vmv3smcDwVD96Zwn8
48
- name: Create Tag
0 commit comments