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 db91cf1 commit ceaf738Copy full SHA for ceaf738
.github/workflows/publish.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Get version from tag
19
id: tag_name
20
run: |
21
- echo ::set-output name=current_version::${GITHUB_REF#refs/tags/}
+ echo ::set-output name=current_version::${GITHUB_REF#refs/tags/v}
22
shell: bash
23
- uses: actions/checkout@v3
24
- name: Setup dotnet
0 commit comments