Skip to content

Commit

Permalink
fix: 🐛 only submit on new release
Browse files Browse the repository at this point in the history
  • Loading branch information
ed-software committed Nov 6, 2022
1 parent 957062c commit ef481ca
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Expo Publish
on:
workflow_run:
workflows: [release-please]
types: [completed]
branches: [main]
release:
types: [created]

env:
NODE_VERSION: '16.18.0'
Expand Down

0 comments on commit ef481ca

Please sign in to comment.