From 795954c8afda6da0196267c3324290841fcc4647 Mon Sep 17 00:00:00 2001 From: Michael Herstine Date: Sat, 6 Feb 2021 15:34:40 -0800 Subject: [PATCH] Trying to get my new workflow to work, damnit. --- .github/workflows/0.7-alphas.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/0.7-alphas.yml b/.github/workflows/0.7-alphas.yml index a5f6d11..5e2f228 100644 --- a/.github/workflows/0.7-alphas.yml +++ b/.github/workflows/0.7-alphas.yml @@ -47,7 +47,9 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: + tag_name: ${{ env.RELEASE_VERSION }} release_name: 0.7-alpha-${{ env.ALPHA_VERSION }} + prelease: true - name: Save release upload URL to artifact run: echo "${{ steps.release.outputs.upload_url }}" > artifacts/release-upload-url