Skip to content

Commit

Permalink
refactor: Update build workflow to specify tag and release name for v…
Browse files Browse the repository at this point in the history
…1.0.3
  • Loading branch information
alevilar committed Sep 12, 2024
1 parent f756838 commit 0fc0e95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/desktop.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
tag_name: v1.0.3
release_name: Release v1.0.3
draft: false
prerelease: false

Expand Down

0 comments on commit 0fc0e95

Please sign in to comment.