Skip to content

Commit

Permalink
🐛 fix github release
Browse files Browse the repository at this point in the history
  • Loading branch information
k8scat committed Feb 7, 2021
1 parent c81913a commit 192dd82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.get_version.outputs.VERSION }}
release_name: Cafe ${{ steps.get_version.outputs.VERSION }}
tag_name: ${{ github.ref }}
release_name: Cafe ${{ github.ref }}
draft: false
prerelease: false

0 comments on commit 192dd82

Please sign in to comment.