Skip to content

Commit

Permalink
feat: fix create release error
Browse files Browse the repository at this point in the history
  • Loading branch information
zmhu committed Sep 19, 2023
1 parent 81c3512 commit 68add45
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
echo ""
flutter-release:
permissions: write-all
name: Release
needs: fullter-build
runs-on: ubuntu-latest
Expand All @@ -115,8 +116,8 @@ jobs:
VERSION: "${{ steps.get_version.outputs.version-without-v }}"
with:
draft: true
tag_name: Release-${{ steps.get_version.outputs.version-without-v }}
release_name: Release-${{ steps.get_version.outputs.version-without-v }}
tag_name: Release-v${{ steps.get_version.outputs.version-without-v }}
release_name: Release-v${{ steps.get_version.outputs.version-without-v }}

- name: Upload Releases
id: upload_release_asset
Expand Down

0 comments on commit 68add45

Please sign in to comment.