We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34fa0bb commit d6dc541Copy full SHA for d6dc541
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
uses: codecov/codecov-action@v4
44
publish:
45
needs: test
46
- if: ${{ !startsWith(github.event.head_commit.message, 'bump') && !startsWith(github.event.head_commit.message, 'chore') && github.ref == 'refs/heads/main' && contains(fromJSON('["push", "workflow_dispatch"]'), github.event_name) && github.repository_owner == 'supabase-community' }}
+ if: ${{ !startsWith(github.event.head_commit.message, 'bump') && !startsWith(github.event.head_commit.message, 'chore') && github.ref == 'refs/heads/main' && contains(fromJSON('["push", "workflow_dispatch"]'), github.event_name) && github.repository_owner == 'supabase' }}
47
runs-on: ubuntu-latest
48
name: "Bump version, create changelog and publish"
49
environment:
0 commit comments