From c93d7052161cb0771f8c969961808db20bf3a6db Mon Sep 17 00:00:00 2001 From: DarkFighterLuke Date: Wed, 8 May 2024 23:35:54 +0200 Subject: [PATCH] Set latest tag --- .github/workflows/build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3fc91fc..482e5cf 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -31,7 +31,7 @@ jobs: - name: Get version number only run: | - TAG=${{ github.event.release.tag_name }} + TAG=${{ steps.newtag.outputs.tag }} echo "VERSION=${TAG#v}" >> $GITHUB_ENV - name: Generate release message @@ -61,6 +61,7 @@ jobs: artifacts: ${{ steps.jprm.outputs.artifact }} makeLatest: latest body: ${{ env.RELEASE_MESSAGE }} + tag: ${{ steps.newtag.outputs.tag }} - name: Update manifest.json uses: stefanzweifel/git-auto-commit-action@v4