Skip to content

Commit

Permalink
fix: Quote guard expression to fix yaml parsing issue
Browse files Browse the repository at this point in the history
Release-as: 1.19.0
  • Loading branch information
sqrrrl committed Aug 2, 2022
1 parent 8f1172c commit e3ae641
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ on: [pull_request]
name: Update dist folder
jobs:
update-dist-src:
if: |
${{ contains(github.event.pull_request.labels.*.name, "autorelease: pending") }}
if: "${{ contains(github.event.pull_request.labels.*.name, 'autorelease: pending') }}"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit e3ae641

Please sign in to comment.