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 5a45d39 commit fe3b7cd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/actions.yml
@@ -1,8 +1,7 @@
name: Expo Publish
on:
push:
tags:
- '*'
release:
types: [published]

env:
NODE_VERSION: '16.18.0'
Expand Down

0 comments on commit fe3b7cd

Please sign in to comment.