Skip to content

Commit 9b62aab

Browse files
authored
Fix tdx-quote-provider release workflow (#211)
1 parent 65938aa commit 9b62aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tdx_quote_provider_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
id: extract_version
3131
run: |
3232
if [[ "${GITHUB_REF_TYPE}" == "tag" ]]; then
33-
VERSION="${GITHUB_REF#refs/tags/}"
33+
VERSION="${GITHUB_REF#refs/tags/tdx-quote-provider/}"
3434
else
3535
VERSION="$(echo ${GITHUB_SHA} | cut -c1-7)"
3636
fi

0 commit comments

Comments
 (0)