Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thun888 committed Jan 13, 2024
1 parent 79537f9 commit 2a8ac44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildappwhr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
with:
tag_name: ${{ github.event.inputs.version }}-whr
release_name: Release ${{ github.event.inputs.version }} without history record version
tag_name: ${{ github.event.inputs.version }}whr
release_name: Release ${{ github.event.inputs.version }} without history record
draft: true
prerelease: false

Expand Down

0 comments on commit 2a8ac44

Please sign in to comment.