Skip to content

Commit

Permalink
fix: Unexpected end of expression: ')'
Browse files Browse the repository at this point in the history
  • Loading branch information
datnguye committed Feb 9, 2024
1 parent 7e688af commit e4257b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
mike deploy --push --update-aliases ${{ inputs.version }}
- name: Promote site to Stable
if: ${{ (inputs.promote_to_stable == 'true)' && contains(inputs.version, '-beta') }}
if: ${{ (inputs.promote_to_stable == 'true') && contains(inputs.version, '-beta') }}
run: |
# mike delete --push ${{ inputs.version }}
Expand Down

0 comments on commit e4257b9

Please sign in to comment.