This repository was archived by the owner on Aug 22, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +1
-19
lines changed
Expand file tree Collapse file tree 1 file changed +1
-19
lines changed Original file line number Diff line number Diff line change 3636 uses : codecov/codecov-action@v4
3737 release-please :
3838 needs : test
39+ if : ${{ github.ref == 'refs/heads/main' && github.event_name == 'push' && github.repository_owner == 'supabase' }}
3940 runs-on : ubuntu-latest
4041 name : " Bump version and create changelog"
4142 permissions :
4748 id : release
4849 with :
4950 target-branch : ${{ github.ref_name }}
50-
51- - if : ${{ steps.release.outputs }}
52- id : versions
53- run : |
54- set -ex
55-
56- MAIN_RELEASE_VERSION=${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}.${{ steps.release.outputs.patch }}
57- RELEASE_VERSION="$MAIN_RELEASE_VERSION"
58- RELEASE_NAME="v$RELEASE_VERSION"
59- RELEASE_CREATED='${{ steps.release.outputs.release_created }}'
60- PRS_CREATED='${{ steps.release.outputs.prs_created }}'
61- PR_TITLE='${{ github.event.head_commit.message }}'
62-
63- echo "MAIN_RELEASE_VERSION=${MAIN_RELEASE_VERSION}" >> "${GITHUB_OUTPUT}"
64- echo "RELEASE_VERSION=${RELEASE_VERSION}" >> "${GITHUB_OUTPUT}"
65- echo "RELEASE_CREATED=${RELEASE_CREATED}" >> "${GITHUB_OUTPUT}"
66- echo "RELEASE_NAME=${RELEASE_NAME}" >> "${GITHUB_OUTPUT}"
67- echo "PRS_CREATED=${PRS_CREATED}" >> "${GITHUB_OUTPUT}"
68- echo "PR_TITLE=${PR_TITLE}" >> "${GITHUB_OUTPUT}"
6951 publish :
7052 needs : release-please
7153 if : ${{ startsWith(github.event.head_commit.message, 'chore(main)') && github.ref == 'refs/heads/main' && github.event_name == 'push' && github.repository_owner == 'supabase' }}
You can’t perform that action at this time.
0 commit comments