Try to fix image tag

This commit is contained in:
colachg
2020-05-08 14:12:45 +08:00
parent 86f0217644
commit d30db8cf9c
+1 -1
View File
@@ -32,7 +32,7 @@ jobs:
id: prepare
run: |
if [[ $GITHUB_REF == refs/tags/* ]]; then
echo ::set-output name=version::${GITHUB_REF#refs/tags/v}
echo ::set-output name=version::${GITHUB_REF#refs/tags/}
else
echo ::set-output name=version::snapshot
fi