stop github actions from bombing with weird tag names

This commit is contained in:
hiro98 2020-03-25 19:11:20 +01:00
parent ae9702203c
commit 63bf8ffca2

View file

@ -35,8 +35,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
tag_name: rel/${{ github.sha }}
release_name: Release ${{ github.sha }}
draft: false
prerelease: false
- name: Upload Release Asset