Skip to content

Commit

Permalink
ci: fix publish step from release workflow (supabase#1397)
Browse files Browse the repository at this point in the history
The outputs of the job were not registered.
  • Loading branch information
hf authored Feb 6, 2024
1 parent 47df151 commit 18c6428
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
permissions:
contents: write
pull-requests: write
outputs:
MAIN_RELEASE_VERSION: ${{ steps.versions.outputs.MAIN_RELEASE_VERSION }}
RELEASE_VERSION: ${{ steps.versions.outputs.RELEASE_VERSION }}
RELEASE_CANDIDATE: ${{ steps.versions.outputs.RELEASE_CANDIDATE }}
RELEASE_NAME: ${{ steps.versions.outputs.RELEASE_NAME }}
steps:
- uses: google-github-actions/release-please-action@v4
id: release
Expand Down

0 comments on commit 18c6428

Please sign in to comment.