Skip to content

Commit

Permalink
make pre-release by default
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddify-com committed Jul 14, 2024
1 parent 9a5e210 commit c7c031f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
prerelease: ${{ env.CHANNEL == 'dev' }}
# prerelease: ${{ env.CHANNEL == 'dev' }}
prerelease: true
tag_name: ${{ env.TAG_NAME }}
body_path: './release.md'
files: ./out/*
Expand Down
2 changes: 1 addition & 1 deletion dependencies.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
core.version=1.6.1
core.version=1.6.3
2 changes: 1 addition & 1 deletion libcore

0 comments on commit c7c031f

Please sign in to comment.