We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc41b7e commit 4199b93Copy full SHA for 4199b93
.github/workflows/previews.yaml
@@ -63,4 +63,4 @@ jobs:
63
curl https://get.jetpack.io -fsSL | bash -s -- -y
64
jetpack up docs \
65
--ttl 300 --debug \
66
- -n jetpack-io-preview-$(echo "${GITHUB_REF_NAME}" | sed "s/[^0-9a-zA-Z]/-/g")
+ -n jetpack-io-preview-$(echo "${GITHUB_REF_NAME}-ref" | sed "s/[^0-9a-zA-Z]/-/g")
0 commit comments