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 7364878 commit edf94a8Copy full SHA for edf94a8
publish-on-orbs-registry/entrypoint.sh
@@ -1,4 +1,4 @@
1
#!/bin/sh -l
2
3
# Publish the orb on CircleCI Orbs Registry
4
-circleci orb publish source.yml nebulab/feature-branch-preview@$GITHUB_REF --token $CIRCLECI_TOKEN
+circleci orb publish source.yml "nebulab/feature-branch-preview@${GITHUB_REF}" --token $CIRCLECI_TOKEN
0 commit comments