Fix: actions tag replace

This commit is contained in:
gVisor bot 2020-06-08 13:53:04 +08:00
parent fa60d34024
commit 82cb44c36e

View File

@ -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