Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BugDiver authored Jun 11, 2024
1 parent 51362da commit c7a59a7
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 @@ -50,7 +50,7 @@ jobs:
echo "$release_description" >> desc.txt
echo "Creating new draft for release v$version"
gh release create "v$version" ./desc.txt
gh release create "v$version" -F ./desc.txt
sleep 10
echo "Start uploading assets..."
Expand Down

0 comments on commit c7a59a7

Please sign in to comment.