Skip to content

Commit 88bc491

Browse files
matifalimafredri
andauthored
chore: add stable version info to repository-dispatch event (coder#13997)
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
1 parent e8b3db8 commit 88bc491

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,14 +396,14 @@ jobs:
396396
./build/*.rpm
397397
retention-days: 7
398398

399-
- name: Start Packer builds
399+
- name: Send repository-dispatch event
400400
if: ${{ !inputs.dry_run }}
401401
uses: peter-evans/repository-dispatch@v3
402402
with:
403403
token: ${{ secrets.CDRCI_GITHUB_TOKEN }}
404404
repository: coder/packages
405405
event-type: coder-release
406-
client-payload: '{"coder_version": "${{ steps.version.outputs.version }}"}'
406+
client-payload: '{"coder_version": "${{ steps.version.outputs.version }}", "release_channel": "${{ inputs.release_channel }}"}'
407407

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

0 commit comments

Comments
 (0)