We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5753da1 commit aa7d610Copy full SHA for aa7d610
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- name: Get the version
15
id: get_version
16
- run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
+ run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\/releases\//}
17
shell: bash
18
- uses: actions/checkout@v2
19
- name: Setup .NET
0 commit comments