Skip to content

Commit 0d3e7a7

Browse files
authored
Update publish.yml
1 parent 77540ee commit 0d3e7a7

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
@@ -42,7 +42,7 @@ jobs:
4242
xml-file: '{{github.workspace}}/src/SpanExtensions.csproj'
4343
xpath: '/Project//PropertyGroup//Version'
4444
- name: Store Environment Variable
45-
run: echo "VERSION=v${{ steps.getxml.outputs.info }}" >> $GITHUB_ENV
45+
run: echo "VERSION=v${{ steps.extract_version.outputs.info }}" >> $GITHUB_ENV
4646
- name: Download release notes
4747
run: curl -o release-notes.md https://drive.google.com/uc?export=download&id=1LdP8rvPZ9ra4mc4vmv3smcDwVD96Zwn8
4848
- name: Create Tag

0 commit comments

Comments
 (0)