Skip to content

Commit d0aa122

Browse files
committed
Test bool
1 parent ef08da3 commit d0aa122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Update docs requirements
5757
run: echo "Triggered"
58-
if: ${{ startswith(github.head_ref, 'release/') }}
58+
if: ${{ steps.get-release-type.outputs.is_prerelease }}
5959

6060
# - name: Build dash-bootstrap-components
6161
# run: just build

0 commit comments

Comments
 (0)