Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarsotovalero committed Jan 2, 2023
2 parents 1225e02 + f0ea743 commit e4bc9aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.event.inputs.versionName }}
release_name: MyLib ${{ github.event.inputs.versionName }}
release_name: v${{ github.event.inputs.versionName }}
draft: true
prerelease: false
prerelease: false

0 comments on commit e4bc9aa

Please sign in to comment.