Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Commit e3ae641

Browse files
committed
fix: Quote guard expression to fix yaml parsing issue
Release-as: 1.19.0
1 parent 8f1172c commit e3ae641

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/update-dist.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ on: [pull_request]
22
name: Update dist folder
33
jobs:
44
update-dist-src:
5-
if: |
6-
${{ contains(github.event.pull_request.labels.*.name, "autorelease: pending") }}
5+
if: "${{ contains(github.event.pull_request.labels.*.name, 'autorelease: pending') }}"
76
runs-on: ubuntu-latest
87
steps:
98
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)