Skip to content

Commit

Permalink
Update release name to match docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
tjololo committed Aug 3, 2021
1 parent 238a6af commit 8b8f062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
uses: actions/create-release@v1
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
release_name: v${{ github.ref }}
body: ${{steps.github_release.outputs.changelog}}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8b8f062

Please sign in to comment.