Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
momentmaker committed Aug 13, 2024
1 parent 1084cb3 commit c5ec2d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish-develop-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
else
if [[ ${{ github.event_name }} == "pull_request" ]]; then
echo "image-tag=pr-${{ github.event.number }}-${short_sha}" | tee -a $GITHUB_OUTPUT
if [[ contains(${{ github.event.pull_request.labels.*.name }}, 'build-publish') ]]; then
if [[ ${{ contains(github.event.pull_request.labels.*.name, 'build-publish') }} ]]; then
echo "build-publish=true" | tee -a $GITHUB_OUTPUT
fi
fi
Expand Down

0 comments on commit c5ec2d8

Please sign in to comment.