fix: packages.yaml action is not running on release trigger (#5173)

This commit is a workaround to run the `packages.yaml` action after the release action
Fixes #5137.
Check #5137 for context.
This commit is contained in:
Muhammad Atif Ali
2022-11-27 07:06:34 -06:00
committed by GitHub
parent 25c80566e7
commit 898ba11ef0
+4 -3
View File
@@ -1,8 +1,9 @@
name: Submit Packages
on:
release:
types: [published]
workflow_run:
workflows: [release]
types:
- completed
env:
CODER_VERSION: "${{ github.event.release.tag_name }}"