From eb720d3f846f75357065bb41eb6f4b73785320e8 Mon Sep 17 00:00:00 2001 From: xrkffgg Date: Wed, 10 Feb 2021 18:23:03 +0800 Subject: [PATCH] ci: update verify acition --- .github/workflows/verify-package-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify-package-version.yml b/.github/workflows/verify-package-version.yml index 31c8387002..060adaa598 100644 --- a/.github/workflows/verify-package-version.yml +++ b/.github/workflows/verify-package-version.yml @@ -7,7 +7,7 @@ on: jobs: verify: runs-on: ubuntu-latest - if: contains(github.event.pull_request.title, 'changelog') + if: contains(github.event.pull_request.title, 'changelog') || contains(github.event.pull_request.title, 'release') steps: - uses: actions/checkout@v2 - name: verify-version