mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2024-11-16 11:42:43 +08:00
Fix: actions tag replace
This commit is contained in:
parent
fa60d34024
commit
82cb44c36e
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -43,7 +43,7 @@ jobs:
|
|||
id: version
|
||||
with:
|
||||
script: |
|
||||
return context.payload.ref.replace(/\/refs\/tags\//v, '')
|
||||
return context.payload.ref.replace(/\/refs\/tags\/v/, '')
|
||||
result-encoding: string
|
||||
|
||||
- name: Docker buildx image and push on release
|
||||
|
|
Loading…
Reference in New Issue
Block a user