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 ef08da3 commit d0aa122Copy full SHA for d0aa122
.github/workflows/release.yml
@@ -55,7 +55,7 @@ jobs:
55
56
- name: Update docs requirements
57
run: echo "Triggered"
58
- if: ${{ startswith(github.head_ref, 'release/') }}
+ if: ${{ steps.get-release-type.outputs.is_prerelease }}
59
60
# - name: Build dash-bootstrap-components
61
# run: just build
0 commit comments