mirror of
https://github.com/taiki-e/install-action
synced 2026-09-14 20:13:27 +00:00
ci: Fix trigger of manifest_sync workflow
https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#release
This commit is contained in:
@@ -5,7 +5,7 @@ permissions:
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
types: [released]
|
types: [published]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
WORKSPACE: /tmp/workspace
|
WORKSPACE: /tmp/workspace
|
||||||
|
|||||||
Reference in New Issue
Block a user