mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2025-02-23 12:42:27 +08:00
Fix: actions tag replace
This commit is contained in:
parent
1854199c47
commit
58c077b45e
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
|||||||
id: version
|
id: version
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
return context.payload.ref.replace(/\/refs\/tags\//v, '')
|
return context.payload.ref.replace(/\/refs\/tags\/v/, '')
|
||||||
result-encoding: string
|
result-encoding: string
|
||||||
|
|
||||||
- name: Docker buildx image and push on release
|
- name: Docker buildx image and push on release
|
||||||
|
Loading…
Reference in New Issue
Block a user