Skip to content

Commit c12637a

Browse files
committed
fix: beta bug
1 parent 748dbf3 commit c12637a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ jobs:
6565
uses: softprops/action-gh-release@v1
6666
with:
6767
files: "*.zip"
68-
prerelease: ${{ contains(github.ref_name,'dev') }}
68+
prerelease: ${{ contains(github.ref_name,'b') }}
6969
body_path: release_message.md
7070

hiddify-panel/src

Submodule src updated from e7cf147 to dfdb986

0 commit comments

Comments
 (0)