Skip to content

Commit 0348792

Browse files
committed
Update dotnet-release.yml
1 parent 9dc638a commit 0348792

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/dotnet-release.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,11 @@ jobs:
2727
with:
2828
files: ./publish/temp
2929
dest: ./publish/Nager.WindowsCalendarWeek.zip
30-
- name: Get the version
31-
id: get_version
32-
run: echo ::set-output name=tag::${GITHUB_REF/refs\/tags\//}
33-
shell: bash
3430
- name: Upload binaries to release
3531
uses: svenstaro/upload-release-action@v2
3632
with:
3733
repo_name: nager/Nager.WindowsCalendarWeek
3834
repo_token: ${{ secrets.GITHUB_TOKEN }}
3935
file: ./publish/Nager.WindowsCalendarWeek.zip
40-
tag: ${{ steps.get_version.outputs.tag }}
36+
tag: ${{ github.ref_name }}
4137
overwrite: true

0 commit comments

Comments
 (0)