From 8972a0c728a21d14b9fe18c4dd66748aa0580f94 Mon Sep 17 00:00:00 2001 From: Xackery Xtal Date: Sun, 12 Feb 2023 01:57:14 -0800 Subject: [PATCH] Add prerelease as default tag --- .github/workflows/build_workflow.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_workflow.yml b/.github/workflows/build_workflow.yml index 5f38273..311f8fb 100644 --- a/.github/workflows/build_workflow.yml +++ b/.github/workflows/build_workflow.yml @@ -61,7 +61,7 @@ jobs: with: repo_token: "${{ secrets.GITHUB_TOKEN }}" automatic_release_tag: "${{ env.VERSION }}.${{ github.run_number }}" - prerelease: false + prerelease: true title: "${{ env.VERSION }}.${{ github.run_number }}" files: | bin/launcheq.exe diff --git a/Makefile b/Makefile index 144d52a..0001fe8 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME ?= launcheq -VERSION ?= 0.0.8 +VERSION ?= 0.0.9 FILELIST_URL ?= https://raw.githubusercontent.com/xackery/launcheq/rof PATCHER_URL ?= https://github.com/xackery/launcheq/releases/latest/download/