Skip to content

Commit

Permalink
Release: 0.9.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
VioletGiraffe committed Sep 11, 2024
1 parent ca9fece commit b9ffab3
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\072') }}
if: success() && ${{ startsWith(github.event.workflow_run.head_commit.message, 'Release') }}
with:
generate_release_notes: true
files: |
Expand Down

0 comments on commit b9ffab3

Please sign in to comment.