From e14bdf4a8fb9de509f82946e6efd19476b179780 Mon Sep 17 00:00:00 2001 From: segersniels Date: Fri, 29 Mar 2024 16:05:48 +0100 Subject: [PATCH] :green_heart: Not sure but I think its failing because of the syntax --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db664a2..1f711c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,11 +43,11 @@ jobs: - uses: mukunku/tag-exists-action@v1.4.0 id: check_tag with: - tag: steps.current_version.version + tag: '${{ steps.current_version.version }}' - uses: marvinpinto/action-automatic-releases@latest if: steps.check_tag.outputs.exists == 'false' with: - repo_token: secrets.GITHUB_TOKEN - automatic_release_tag: steps.current_version.version + repo_token: '${{ secrets.GITHUB_TOKEN }}' + automatic_release_tag: '${{ steps.current_version.version }}' prerelease: false files: ./apps/cli/zig-out/*