workflows: fix typo

This commit is contained in:
coolsnowwolf 2025-06-10 16:58:17 +08:00 committed by GitHub
parent 37693b95d7
commit f1b495eb1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -201,7 +201,7 @@ jobs:
done done
- name: Create GitHub Release - name: Create GitHub Release
uses: softprops/action-gh-release@@v2.2.2 uses: softprops/action-gh-release@v2.2.2
if: ${{ needs.job_prepare.outputs.push_type == 'tag' }} if: ${{ needs.job_prepare.outputs.push_type == 'tag' }}
with: with:
body_path: release_note/release_note.md body_path: release_note/release_note.md