Skip to content

Commit

Permalink
Merge pull request #22 from ChrisLovering/resolve-ci-issue
Browse files Browse the repository at this point in the history
Resolve yaml parsing error in CI
  • Loading branch information
HassanAbouelela committed Jan 30, 2024
2 parents 33c7515 + 5f025a0 commit ebb03a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
name: Build dist & publish
runs-on: ubuntu-latest
if: ! ${{ contains(github.ref, 'dev') || contains(github.ref, 'rc') }}
if: ${{ !contains(github.ref, 'dev') && !contains(github.ref, 'rc') }}

steps:
- name: Checkout the repo and the submodules.
Expand Down

0 comments on commit ebb03a4

Please sign in to comment.