From 703c829be0e9a0ff314bb1ba35c65e730d2a9c4c Mon Sep 17 00:00:00 2001 From: Lucas Bergeron Date: Wed, 20 Sep 2023 18:22:06 +0200 Subject: [PATCH] Fix bug --- .github/workflows/release-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-dev.yml b/.github/workflows/release-dev.yml index 8b759e3..7d8630c 100644 --- a/.github/workflows/release-dev.yml +++ b/.github/workflows/release-dev.yml @@ -51,7 +51,7 @@ jobs: uses: marvinpinto/action-automatic-releases@latest with: repo_token: ${{ secrets.GITHUB_TOKEN }} - automatic_release_tag: ${{ github.ref }} }} + automatic_release_tag: ${{ github.ref }} prerelease: true title: Pre-Release ${{ env.VERSION }} files: |