From 3c8288e8c1889b0f0c75bc6a4f02c46031354411 Mon Sep 17 00:00:00 2001 From: nostal Date: Sun, 23 Oct 2022 22:01:22 +0800 Subject: [PATCH] Update action config for dev branch --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5334740..328027c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,8 +1,8 @@ -name: Build (main) +name: Build (dev) on: push: branches: - - "main" + - "dev" env: MC_VERSION: "1.19.2" @@ -52,4 +52,4 @@ jobs: automatic_release_tag: "main-latest" repo_token: "${{ secrets.GITHUB_TOKEN }}" files: "build/libs/keyi-${{ env.ref }}-${{ env.MC_VERSION }}-${{ env.workflow }}.jar" - prerelease: false + prerelease: true