From d5f8de3ce8684496e2ac950141bd9a615450c698 Mon Sep 17 00:00:00 2001 From: Justin Bassett Date: Sun, 18 Dec 2022 22:27:53 -0500 Subject: [PATCH] Fix build that I accidentally pushed to master.... --- .github/workflows/beta.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 624a6fbc9..0fb100977 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -61,7 +61,7 @@ jobs: run: ./gradlew assembleRelease - name: Create Github Pre-Release - uses: marvinpinto/action-automatic-releases@v1 + uses: marvinpinto/action-automatic-releases@v1.2.1 with: repo_token: "${{ secrets.GITHUB_TOKEN }}" automatic_release_tag: "latest"