This commit is contained in:
MaysWind
2021-06-06 21:03:20 +08:00
parent 38fcba89ef
commit 971f9381b9
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
-
name: Set up docker tag
id: vars
run: echo ::set-output name=RELEASE_TAG::${GTIHUB_REF/refs\/tags\/v/}
run: echo ::set-output name=RELEASE_TAG::${GITHUB_REF/refs\/tags\/v/}
-
name: Set up QEMU
uses: docker/setup-qemu-action@v1