Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FlechazoPh authored Jun 4, 2022
1 parent 6e1a2ef commit 18a6044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
# tag_name: ${{ github.ref }}
# release_name: Release ${{ github.ref }}
tag_name: Version ${{ steps.get_version.outputs.VERSION }}
tag_name: "v6.2.3" #Version ${{ steps.get_version.outputs.VERSION }}
release_name: Publish Update Release ${{ steps.get_version.outputs.VERSION }}
body: |
Update: Add some dependences.
Expand Down

0 comments on commit 18a6044

Please sign in to comment.