mirror of
https://github.com/vale981/bachelor_thesis
synced 2025-03-05 09:31:42 -05:00
stop github actions from bombing with weird tag names
This commit is contained in:
parent
ae9702203c
commit
63bf8ffca2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/latex.yml
vendored
4
.github/workflows/latex.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue