Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VioletGiraffe authored Sep 11, 2024
1 parent 09fc8c7 commit 3c40494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ jobs:

- name: Create Release
uses: softprops/action-gh-release@v2
if: success() && ${{ startsWith(github.event.workflow_run.head_commit.message, 'Release: ') }}
if: success() && ${{ startsWith(github.event.workflow_run.head_commit.message, 'Release\072') }}
with:
generate_release_notes: true
files: |
Expand Down

0 comments on commit 3c40494

Please sign in to comment.