Skip to content

Commit

Permalink
fix: 🐛 release on workflow completion
Browse files Browse the repository at this point in the history
  • Loading branch information
ed-software committed Nov 6, 2022
1 parent fb10cd1 commit c82dc4b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/actions.yml
@@ -1,7 +1,8 @@
name: Expo Publish
on:
release:
types: [tagged]
workflow_run:
workflows: ["release-please"]
types: [completed]

env:
NODE_VERSION: '16.18.0'
Expand Down

0 comments on commit c82dc4b

Please sign in to comment.