mirror of
https://github.com/p4gefau1t/trojan-go.git
synced 2024-04-21 12:21:34 +00:00
Try to fix image tag
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user