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 fee9e8e commit 987a40dCopy full SHA for 987a40d
.github/workflows/pr-storybook.yml
@@ -40,7 +40,7 @@ jobs:
40
env:
41
BRANCH_REF: ${{ github.event.pull_request.head.ref }}
42
run: |
43
- tag=$(branch=$BRANCH_REF; echo ${branch/\//.})
+ tag=$(echo ${BRANCH_REF/\//.})
44
if [[ $tag == next.* ]];
45
then
46
echo "##[set-output name=tag;]$tag"
0 commit comments