mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-05 06:03:34 +03:00
Fix: actions tag replace
This commit is contained in:
parent
1854199c47
commit
58c077b45e
1 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue