From c941ac8f8679d76d67a9da6681ecb83ec8895c82 Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 16 Jun 2024 11:53:22 +0330 Subject: [PATCH] Update version and workflow --- .github/workflows/build-qv2ray-cmake.yml | 6 +++++- nekoray_version.txt | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-qv2ray-cmake.yml b/.github/workflows/build-qv2ray-cmake.yml index be22c1b..4df23a4 100644 --- a/.github/workflows/build-qv2ray-cmake.yml +++ b/.github/workflows/build-qv2ray-cmake.yml @@ -255,7 +255,11 @@ jobs: with: name: Deployment-${{ github.sha }} path: deployment + - name: PreRelease + if: github.event.inputs.publish == 'p' + run: | + ./ghr -prerelease -delete -t "${{ github.token }}" -n "${{ github.event.inputs.tag }}" "${{ github.event.inputs.tag }}" deployment - name: Release - if: github.event.inputs.publish != 'y' + if: github.event.inputs.publish == '' run: | ./ghr -delete -t "${{ github.token }}" -n "${{ github.event.inputs.tag }}" "${{ github.event.inputs.tag }}" deployment diff --git a/nekoray_version.txt b/nekoray_version.txt index ec95b9f..0b49813 100644 --- a/nekoray_version.txt +++ b/nekoray_version.txt @@ -1 +1 @@ -4.0.8-2024-06-16 +4.0.8-beta.1-2024-06-16