Skip to content

Commit

Permalink
fix: 🐛 submit app on tag not release
Browse files Browse the repository at this point in the history
  • Loading branch information
ed-software committed Nov 6, 2022
1 parent 1311bf7 commit 73e61cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Expo Publish
on:
on:
release:
types: [published]
types: [tagged]

env:
NODE_VERSION: '16.18.0'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
- uses: google-github-actions/release-please-action@v3
with:
release-type: node
package-name: release-please-action
package-name: release-please-action

0 comments on commit 73e61cc

Please sign in to comment.