Skip to content

Commit d4313e4

Browse files
authored
ci: fix publish step from release workflow (supabase#1397)
The outputs of the job were not registered.
1 parent c40848c commit d4313e4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ jobs:
1212
permissions:
1313
contents: write
1414
pull-requests: write
15+
outputs:
16+
MAIN_RELEASE_VERSION: ${{ steps.versions.outputs.MAIN_RELEASE_VERSION }}
17+
RELEASE_VERSION: ${{ steps.versions.outputs.RELEASE_VERSION }}
18+
RELEASE_CANDIDATE: ${{ steps.versions.outputs.RELEASE_CANDIDATE }}
19+
RELEASE_NAME: ${{ steps.versions.outputs.RELEASE_NAME }}
1520
steps:
1621
- uses: google-github-actions/release-please-action@v4
1722
id: release

0 commit comments

Comments
 (0)