Skip to content

Commit

Permalink
Update build-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Felitendo authored Aug 9, 2024
1 parent d3be88a commit 00c4e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
DRAFT_FLAG="--draft"
fi
gh release create "${{ steps.extract_version.outputs.tag }}" \
--title "${{ steps.extract_version.outputs.version }}" \
--title "${{ steps.extract_version.outputs.version }} (Build ${{ steps.extract_version.outputs.version_code }})" \
--generate-notes \
$PRERELEASE_FLAG \
$DRAFT_FLAG \
Expand Down

0 comments on commit 00c4e73

Please sign in to comment.