File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 6666 needs : test
6767 if : ${{ github.ref == 'refs/heads/main' && github.event_name == 'push' && github.repository_owner == 'supabase' }}
6868 runs-on : ubuntu-latest
69- name : " Bump version and create changelog "
69+ name : " Run release-please "
7070 permissions :
7171 id-token : write # IMPORTANT: this permission is mandatory for trusted publishing
7272 contents : write # needed for github actions bot to write to repo
7676 id : release
7777 with :
7878 target-branch : ${{ github.ref_name }}
79+ config-file : release-please-config.json
80+ manifest-file : .release-please-manifest.json
7981 publish :
8082 needs : release-please
81- if : ${{ startsWith(github.event.head_commit.message, 'chore(main)') && github.ref == 'refs/heads/main' && github.event_name == 'push' && github.repository_owner == 'supabase' }}
83+ if : ${{ needs.release-please.outputs.release_created }}
8284 runs-on : ubuntu-latest
8385 name : " Publish to PyPi"
8486 environment :
You can’t perform that action at this time.
0 commit comments