From 63bf8ffca296ea554f84ad6bb78c415c390fc0e1 Mon Sep 17 00:00:00 2001 From: hiro98 Date: Wed, 25 Mar 2020 19:11:20 +0100 Subject: [PATCH] stop github actions from bombing with weird tag names --- .github/workflows/latex.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/latex.yml b/.github/workflows/latex.yml index 7f4d13e..10b9df5 100644 --- a/.github/workflows/latex.yml +++ b/.github/workflows/latex.yml @@ -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