Skip to content

Commit ceaf738

Browse files
authored
Update publish.yml
1 parent db91cf1 commit ceaf738

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
@@ -18,7 +18,7 @@ jobs:
1818
- name: Get version from tag
1919
id: tag_name
2020
run: |
21-
echo ::set-output name=current_version::${GITHUB_REF#refs/tags/}
21+
echo ::set-output name=current_version::${GITHUB_REF#refs/tags/v}
2222
shell: bash
2323
- uses: actions/checkout@v3
2424
- name: Setup dotnet

0 commit comments

Comments
 (0)