Skip to content

Commit 7c44720

Browse files
matifalimafredri
andauthored
Update .github/workflows/release.yaml
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
1 parent 6470923 commit 7c44720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ jobs:
403403
token: ${{ secrets.CDRCI_GITHUB_TOKEN }}
404404
repository: coder/packages
405405
event-type: coder-release
406-
client-payload: '{"coder_version": "${{ steps.version.outputs.version }}", "is_stable": "${{ $CODER_RELEASE_CHANNEL == "stable" }}"}'
406+
client-payload: '{"coder_version": "${{ steps.version.outputs.version }}", "is_stable": "${{ inputs.release_channel == "stable" }}"}'
407407

408408
publish-homebrew:
409409
name: Publish to Homebrew tap

0 commit comments

Comments
 (0)