Skip to content

Commit 4199b93

Browse files
authored
ci: suffix Jetpack preview namespaces with "-ref" (#271)
1 parent cc41b7e commit 4199b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/previews.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ jobs:
6363
curl https://get.jetpack.io -fsSL | bash -s -- -y
6464
jetpack up docs \
6565
--ttl 300 --debug \
66-
-n jetpack-io-preview-$(echo "${GITHUB_REF_NAME}" | sed "s/[^0-9a-zA-Z]/-/g")
66+
-n jetpack-io-preview-$(echo "${GITHUB_REF_NAME}-ref" | sed "s/[^0-9a-zA-Z]/-/g")

0 commit comments

Comments
 (0)