Merge pull request #460 from EstrellaXD/ci-fix

3.1.0
This commit is contained in:
Estrella Pan
2023-09-24 13:50:51 +08:00
committed by GitHub

View File

@@ -56,7 +56,7 @@ jobs:
- name: Check version
id: version
run: |
if [ '${{ github.event_name }}' == 'pull_request' && ${{ github.event.pull_request.merged }} == true ]; then
if [[ '${{ github.event_name }}' == 'pull_request' && ${{ github.event.pull_request.merged }} == true ]]; then
echo "version=${{ github.event.pull_request.title }}" >> $GITHUB_OUTPUT
git config --local user.email
git config --local user.name "github-actions"