Skip to content

Commit

Permalink
ci: remove release output
Browse files Browse the repository at this point in the history
  • Loading branch information
silentworks committed Aug 16, 2024
1 parent 55cf0ce commit 4bc43f9
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,25 +52,6 @@ jobs:
id: release
with:
target-branch: ${{ github.ref_name }}

- if: ${{ steps.release.outputs }}
id: versions
run: |
set -ex
MAIN_RELEASE_VERSION=${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}.${{ steps.release.outputs.patch }}
RELEASE_VERSION="$MAIN_RELEASE_VERSION"
RELEASE_NAME="v$RELEASE_VERSION"
RELEASE_CREATED='${{ steps.release.outputs.release_created }}'
PRS_CREATED='${{ steps.release.outputs.prs_created }}'
PR_TITLE='${{ github.event.head_commit.message }}'
echo "MAIN_RELEASE_VERSION=${MAIN_RELEASE_VERSION}" >> "${GITHUB_OUTPUT}"
echo "RELEASE_VERSION=${RELEASE_VERSION}" >> "${GITHUB_OUTPUT}"
echo "RELEASE_CREATED=${RELEASE_CREATED}" >> "${GITHUB_OUTPUT}"
echo "RELEASE_NAME=${RELEASE_NAME}" >> "${GITHUB_OUTPUT}"
echo "PRS_CREATED=${PRS_CREATED}" >> "${GITHUB_OUTPUT}"
echo "PR_TITLE=${PR_TITLE}" >> "${GITHUB_OUTPUT}"
publish:
needs: release-please
if: ${{ startsWith(github.event.head_commit.message, 'chore(main)') && github.ref == 'refs/heads/main' && github.event_name == 'push' && github.repository_owner == 'supabase' }}
Expand Down

0 comments on commit 4bc43f9

Please sign in to comment.