diff --git a/.github/workflows/promote_release.yml b/.github/workflows/promote_release.yml index 20a2f7e3..3b963d41 100644 --- a/.github/workflows/promote_release.yml +++ b/.github/workflows/promote_release.yml @@ -78,6 +78,7 @@ jobs: arguments: publish env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_VERSION: ${{ env.VERSION }} - name: Upload release artifact uses: svenstaro/upload-release-action@v2