Fix publish action 😆

This commit is contained in:
Anas Elgarhy 2022-08-22 11:35:10 +02:00
parent 02e2ea1f64
commit cdb0862ace

View file

@ -5,7 +5,9 @@ name: Manual workflow
# Controls when the action will run. Workflow runs when manually triggered using the UI # Controls when the action will run. Workflow runs when manually triggered using the UI
# or API. # or API.
on: on:
release: ["master"] release:
branches:
- master
# A workflow run is made up of one or more jobs that can run sequentially or in parallel # A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs: jobs: