Skip to content

Commit

Permalink
修复错误
Browse files Browse the repository at this point in the history
  • Loading branch information
xfqwdsj committed Jan 27, 2024
1 parent e1414aa commit e9f3d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/increase-build-number.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:

jobs:
increase-build-number:
if: !startsWith(github.event.pull_request.title, 'ci:')
if: "!startsWith(github.event.pull_request.title, 'ci:')"
name: Increase build number
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit e9f3d9c

Please sign in to comment.