Skip to content

Commit

Permalink
release fixing versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammers21 committed Nov 21, 2023
1 parent 7961b3c commit 5f536ac
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 @@ -34,8 +34,8 @@ jobs:
with:
draft: false
prerelease: false
release_name: ${{ steps.set_env.outputs.version }}
tag_name: ${{ steps.set_env.outputs.version }}
release_name: "v${{ steps.set_env.outputs.version }}"
tag_name: "v${{ steps.set_env.outputs.version }}"
body: "Relesing version ${{ steps.set_env.outputs.version }}"
env:
GITHUB_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit 5f536ac

Please sign in to comment.