Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jxxghp committed Aug 29, 2023
1 parent bfca8a5 commit b9b8b86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
name: Generate Release
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ env.app_version }}
name: ${{ env.app_version }}
tag_name: v${{ env.app_version }}
name: v${{ env.app_version }}
draft: false
prerelease: false
env:
Expand Down

0 comments on commit b9b8b86

Please sign in to comment.