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 2bbd8f4 commit 99836bcCopy full SHA for 99836bc
.github/actions/set-heroku-app-name/action.yml
@@ -27,7 +27,7 @@ runs:
27
# All other cases publish to the review app
28
run: |-
29
echo 'HEROKU_RELEASE_STORYBOOK_APP_NAME=false' >> $GITHUB_OUTPUT
30
- if [[ "${{ github.event.ref_name }}" = "${{ github.event.repository.default_branch }}" ]] ; then
+ if [[ "${{ github.ref_name }}" = "${{ github.event.repository.default_branch }}" ]] ; then
31
echo "Publishing to UPCOMING..."
32
echo 'HEROKU_APP_NAME=${HEROKU_APP_UPCOMING}' >> $GITHUB_OUTPUT
33
echo 'HEROKU_RELEASE_STORYBOOK_APP_NAME=storybook-upcoming' >> $GITHUB_OUTPUT
0 commit comments