Skip to content

Commit

Permalink
Add prerelease as default tag
Browse files Browse the repository at this point in the history
  • Loading branch information
xackery committed Feb 12, 2023
1 parent fa897a3 commit 8972a0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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/

Expand Down

0 comments on commit 8972a0c

Please sign in to comment.