From 3bcd9181801858ec8e9bb2d44daa2b1a4eed99fc Mon Sep 17 00:00:00 2001 From: Lukas Nagel Date: Tue, 20 Jun 2023 06:16:44 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Updated=20env?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/PrepareForPublish.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/PrepareForPublish.yaml b/.github/workflows/PrepareForPublish.yaml index f5ea0e8..8578b0e 100644 --- a/.github/workflows/PrepareForPublish.yaml +++ b/.github/workflows/PrepareForPublish.yaml @@ -6,7 +6,7 @@ on: branches: [ main ] env: - version: v1.0.${{ github.run_number }} + VERSION: v1.0.${{ github.run_number }} jobs: Prepare: @@ -18,7 +18,7 @@ jobs: - uses: "marvinpinto/action-automatic-releases@latest" with: repo_token: "${{ secrets.GITHUB_TOKEN }}" - automatic_release_tag: ${{ env.VERSION }} + automatic_release_tag: "${{ env.VERSION }}" prerelease: false - title: ${{ env.VERSION }} + title: "${{ env.VERSION }}"