diff --git a/.github/workflows/dev-deploy.yml b/.github/workflows/dev-deploy.yml index 280e46ed..b76315f0 100644 --- a/.github/workflows/dev-deploy.yml +++ b/.github/workflows/dev-deploy.yml @@ -22,7 +22,7 @@ jobs: uses: "marvinpinto/action-automatic-releases@latest" with: repo_token: "${{ secrets.GITHUB_TOKEN }}" - automatic_release_tag: "dev-v$VERSION" + automatic_release_tag: "dev-v${{ env.VERSION }}" prerelease: true - title: "Development Build v$VERSION" + title: "Development Build v${{ env.VERSION }}" files: release.zip