We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3fbf3a commit ce23cf7Copy full SHA for ce23cf7
.github/workflows/core.yml
@@ -82,7 +82,7 @@ jobs:
82
repo_token: ${{ secrets.GITHUB_TOKEN }}
83
file: ./release/*
84
overwrite: true
85
- tag: ${{ inputs.version }}
+ tag: mihomo_${{ inputs.version }}
86
file_glob: true
87
body: |
88
# MIHOMO KERNEL ${{ inputs.version }}
.github/workflows/main.yml
@@ -88,7 +88,7 @@ jobs:
89
90
91
+ tag: luci-app-neko_${{ inputs.version }}
92
93
94
# LUCI APP NEKO ${{ inputs.version }}
0 commit comments