Skip to content

Commit

Permalink
Fix yml file
Browse files Browse the repository at this point in the history
Signed-off-by: Partho Sarthi <[email protected]>
  • Loading branch information
parthosa committed Aug 3, 2023
1 parent d936449 commit bb13869
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 @@ -33,7 +33,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v1.0.0 # Specify the version number you want to release
tag_name: ${{ github.ref }} # Specify the version number you want to release
release_name: Release ${{ github.ref }}
body: |
Add release notes here
Expand Down

0 comments on commit bb13869

Please sign in to comment.