Skip to content

Commit

Permalink
Fix typo in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedghanem00 committed May 8, 2024
1 parent fa7eb60 commit 1135f43
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 @@ -26,4 +26,4 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ env.RELEASE_TAG }}
name: Release v${{ env.RELEASE_TAG }}
name: v${{ env.RELEASE_TAG }}

0 comments on commit 1135f43

Please sign in to comment.