Use a sensible tag

This commit is contained in:
Ben Jackson 2020-09-11 16:50:10 +01:00
commit e76d6a5c97

View file

@ -145,7 +145,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
tag_name: ${{ github.run_id }}
release_name: Build ${{ github.run_id }}
draft: false
prerelease: true