Skip to content

Commit

Permalink
Update dotnet-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tinohager committed Feb 28, 2024
1 parent 9dc638a commit 0348792
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/dotnet-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,11 @@ jobs:
with:
files: ./publish/temp
dest: ./publish/Nager.WindowsCalendarWeek.zip
- name: Get the version
id: get_version
run: echo ::set-output name=tag::${GITHUB_REF/refs\/tags\//}
shell: bash
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:
repo_name: nager/Nager.WindowsCalendarWeek
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./publish/Nager.WindowsCalendarWeek.zip
tag: ${{ steps.get_version.outputs.tag }}
tag: ${{ github.ref_name }}
overwrite: true

0 comments on commit 0348792

Please sign in to comment.