Skip to content

Commit

Permalink
prevent double 'v' in draft release title
Browse files Browse the repository at this point in the history
  • Loading branch information
tjenkinson authored Nov 10, 2021
1 parent 0403558 commit e619bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ jobs:
uses: tjenkinson/release-drafter@48835fbc42b1c062a828995f9cb8301e6bdae677
with:
tag: ${{ needs.config.outputs.tag }}
name: v${{ needs.config.outputs.tag }}
name: ${{ needs.config.outputs.tag }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit e619bb3

Please sign in to comment.