Skip to content

Commit aa7d610

Browse files
Strip releases from tag name
1 parent 5753da1 commit aa7d610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- name: Get the version
1515
id: get_version
16-
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
16+
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\/releases\//}
1717
shell: bash
1818
- uses: actions/checkout@v2
1919
- name: Setup .NET

0 commit comments

Comments
 (0)