Skip to content

Commit

Permalink
[github release] prefix v
Browse files Browse the repository at this point in the history
  • Loading branch information
swaroopch authored Jan 23, 2020
1 parent dcebb0e commit c4ecee6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.sha }}
release_name: Release ${{ github.sha }}
tag_name: v${{ github.sha }}
release_name: Release v${{ github.sha }}
draft: false
prerelease: false

Expand Down

0 comments on commit c4ecee6

Please sign in to comment.