From b5a5c29c43c8c8e2834527f760b0e56861cc6827 Mon Sep 17 00:00:00 2001 From: Giorgio Garofalo Date: Wed, 21 Aug 2024 22:42:43 +0200 Subject: [PATCH] Set up auto devbuild releases (2) --- .github/workflows/gradle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 88de1a23..422490e6 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -49,10 +49,10 @@ jobs: path: build/distributions/quarkdown.zip - name: Create devbuild release - uses: marvinpinto/action-automatic-releases@latest + uses: marvinpinto/action-automatic-releases@v1.2.1 with: repo_token: "${{ secrets.GITHUB_TOKEN }}" - automatic_release_tag: latest + automatic_release_tag: "latest" prerelease: true title: Development build files: build/distributions/quarkdown.zip