Skip to content

Commit

Permalink
ci: Remove check for head commit on publish (#1830)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustl22 authored Aug 18, 2024
1 parent af6da24 commit cdc18dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jobs:
contents: write
id-token: write # Required for authentication using OIDC
runs-on: [ ubuntu-latest ]
if: contains(github.event.head_commit.message, 'chore(release)')
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
Expand Down

0 comments on commit cdc18dc

Please sign in to comment.