From 6f0f49e5344bad1a68271494cf30f377d8cf5637 Mon Sep 17 00:00:00 2001 From: TheRealEmissions Date: Thu, 25 Apr 2024 17:05:15 +0100 Subject: [PATCH] deploy --- .github/workflows/build_and_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index 48f2d51..b9bad3a 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -40,7 +40,7 @@ jobs: with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: game/desktop/build/libs/*.jar - tag: ${{ github.ref }} + tag: pre-release prerelease: true overwrite: true file_glob: true