Skip to content

Commit

Permalink
Merge pull request #29 from serlo/chore/release-workflow-for-windows
Browse files Browse the repository at this point in the history
Use the correct tag_name and release name.
  • Loading branch information
eliflores authored Aug 7, 2023
2 parents 5fa0cb3 + 88bd4b2 commit 702a773
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v1
with:
tag_name: 0.0.1
name: Release 0.0.1
tag_name: ${{ github.ref_name }}
name: ${{ github.ref_name }}
draft: false
prerelease: false
files: ./dist/configure_repositories_windows_x86.exe

0 comments on commit 702a773

Please sign in to comment.