Skip to content

Commit

Permalink
Update release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeykhliustin committed Apr 30, 2024
1 parent 3ff9e4c commit 95e62cb
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 @@ -47,7 +47,7 @@ jobs:
git config user.email "noreply@github.com"
gh release create "${{ github.ref }}" \
--title "${{ github.ref }}" \
--title "${{ env.NEW_VERSION }}" \
--target "$GITHUB_SHA" \
--generate-notes \
--prerelease \
Expand Down

0 comments on commit 95e62cb

Please sign in to comment.