Update publish.yml

This commit is contained in:
Deal 2024-02-24 21:41:56 +08:00 committed by GitHub
parent e42fd5f4e4
commit e33a267b2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ jobs:
echo "release_ver=$release_ver" >> ${env:GITHUB_ENV}
- name: Check release ver from commits
if: ${{ github.event.workflow_run.conclusion == 'success' && steps.check_ver.outputs.release_ver == '' }}
if: ${{ steps.check_ver.outputs.release_ver == '' }}
shell: pwsh
run: |
# commit message template: xxxx [release 2.1.0]