Skip to content

Commit ce23cf7

Browse files
committed
change tags
1 parent c3fbf3a commit ce23cf7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
repo_token: ${{ secrets.GITHUB_TOKEN }}
8383
file: ./release/*
8484
overwrite: true
85-
tag: ${{ inputs.version }}
85+
tag: mihomo_${{ inputs.version }}
8686
file_glob: true
8787
body: |
8888
# MIHOMO KERNEL ${{ inputs.version }}

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
repo_token: ${{ secrets.GITHUB_TOKEN }}
8989
file: ./release/*
9090
overwrite: true
91-
tag: ${{ inputs.version }}
91+
tag: luci-app-neko_${{ inputs.version }}
9292
file_glob: true
9393
body: |
9494
# LUCI APP NEKO ${{ inputs.version }}

0 commit comments

Comments
 (0)