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 66
66
needs : test
67
67
if : ${{ github.ref == 'refs/heads/main' && github.event_name == 'push' && github.repository_owner == 'supabase' }}
68
68
runs-on : ubuntu-latest
69
- name : " Bump version and create changelog "
69
+ name : " Run release-please "
70
70
permissions :
71
71
id-token : write # IMPORTANT: this permission is mandatory for trusted publishing
72
72
contents : write # needed for github actions bot to write to repo
76
76
id : release
77
77
with :
78
78
target-branch : ${{ github.ref_name }}
79
+ config-file : release-please-config.json
80
+ manifest-file : .release-please-manifest.json
79
81
publish :
80
82
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 }}
82
84
runs-on : ubuntu-latest
83
85
name : " Publish to PyPi"
84
86
environment :
You can’t perform that action at this time.
0 commit comments