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