From 51c494a5bd69b0f0f2f5dd4de308449df24d0600 Mon Sep 17 00:00:00 2001 From: Daan Wijns Date: Thu, 21 May 2020 08:26:13 +0200 Subject: [PATCH] added build versioning --- .github/workflows/dev-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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