Skip to content

Commit

Permalink
Fix release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeykhliustin committed Apr 30, 2024
1 parent 8d9b2e7 commit 3782eba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
git config user.name "Release Workflow"
git config user.email "[email protected]"
gh release create "$TAG" \
--title "$TAG" \
gh release create "${{ github.ref }}" \
--title "${{ github.ref }}" \
--target "$GITHUB_REF_NAME" \
--generate-notes \
--prerelease \
Expand Down

0 comments on commit 3782eba

Please sign in to comment.