It can't detemine the name, maybe this will work
Some checks failed
Render LaTeX and Publish Release / build (push) Failing after 57s

This commit is contained in:
Joshua Coles 2024-06-05 19:47:03 +01:00
parent 8c2a9622a4
commit f7067f0491

View File

@ -38,8 +38,8 @@ jobs:
draft: false draft: false
prerelease: false prerelease: false
# Ref will be tag in this context # Ref will be tag in this context
release_name: ${{ github.ref }} release_name: ${{ gitea.ref }}
tag_name: ${{ github.ref }} tag_name: ${{ gitea.ref }}
env: env:
GITHUB_TOKEN: ${{ github.token }} GITHUB_TOKEN: ${{ github.token }}