Skip to content

Commit

Permalink
fix: Update release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
khalifaa55 committed Jan 17, 2025
1 parent 060adc0 commit 73e8aa7
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 @@ -147,7 +147,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
body_path: "CHANGELOG.md"
tag_name: ${{ env.REVISION }}
tag_name: v${{ env.REVISION }}
draft: false
prerelease: true
generate_release_notes: true
Expand Down

0 comments on commit 73e8aa7

Please sign in to comment.