Skip to content

Commit

Permalink
Fix conditional syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jayqi committed Mar 31, 2024
1 parent ee77822 commit 1eb4459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
--title="${{ steps.version.outputs.major_minor_version }}rc"
- name: Stage docs on gh-pages (stable)
if: ! contains(steps.version.outputs.full_version, 'rc')
if: ${{ ! contains(steps.version.outputs.full_version, 'rc') }}
working-directory: docs
run: |
git fetch origin gh-pages --depth=1
Expand Down

0 comments on commit 1eb4459

Please sign in to comment.