Fix publish action again 😃

This commit is contained in:
Anas Elgarhy 2022-08-22 11:39:44 +02:00
parent cdb0862ace
commit 8c99e0a478

View file

@ -6,10 +6,8 @@ name: Manual workflow
# or API.
on:
release:
branches:
- master
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
types:
- published # when a release is published
jobs:
deploying:
runs-on: ubuntu-latest