From 6fece01fa966074f6050677a69398760403ae851 Mon Sep 17 00:00:00 2001 From: Gizzy Date: Fri, 20 Dec 2024 11:31:21 +0000 Subject: [PATCH] syntax error :nerd: --- .github/workflows/build-and-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index db6e05e..5fc8322 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -128,6 +128,8 @@ jobs: name: Create Release runs-on: ubuntu-latest needs: [build-linux, build-windows, build-macos] + outputs: + version_tag: ${{ steps.version.outputs.version }} env: GITHUB_TOKEN: ${{ secrets.GHT }} @@ -178,8 +180,6 @@ jobs: dist/macos/*.dmg dist/combined.yml - outputs: - version_tag: ${{ steps.version.outputs.version }} aur: name: Publish to AUR runs-on: ubuntu-latest