Skip to content

Commit

Permalink
Add 'v' to tag
Browse files Browse the repository at this point in the history
Signed-off-by: Anish Asthana <[email protected]>
  • Loading branch information
anishasthana committed Jul 11, 2023
1 parent 13fd88e commit 5729708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@ jobs:
- name: Create Github release
uses: ncipollo/release-action@v1
with:
tag: "${{ github.event.inputs.release-version }}"
tag: "v${{ github.event.inputs.release-version }}"
generateReleaseNotes: true

0 comments on commit 5729708

Please sign in to comment.