Skip to content

Commit edf94a8

Browse files
committed
Correctly interpolate GITHUB_REF env variable
1 parent 7364878 commit edf94a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh -l
22

33
# Publish the orb on CircleCI Orbs Registry
4-
circleci orb publish source.yml nebulab/feature-branch-preview@$GITHUB_REF --token $CIRCLECI_TOKEN
4+
circleci orb publish source.yml "nebulab/feature-branch-preview@${GITHUB_REF}" --token $CIRCLECI_TOKEN

0 commit comments

Comments
 (0)