Skip to content

Commit

Permalink
change tags
Browse files Browse the repository at this point in the history
  • Loading branch information
nosignals committed Aug 27, 2024
1 parent c3fbf3a commit ce23cf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./release/*
overwrite: true
tag: ${{ inputs.version }}
tag: mihomo_${{ inputs.version }}
file_glob: true
body: |
# MIHOMO KERNEL ${{ inputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./release/*
overwrite: true
tag: ${{ inputs.version }}
tag: luci-app-neko_${{ inputs.version }}
file_glob: true
body: |
# LUCI APP NEKO ${{ inputs.version }}
Expand Down

0 comments on commit ce23cf7

Please sign in to comment.