Skip to content

Commit

Permalink
ci: fix publishing pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
hyochan committed Feb 23, 2024
1 parent 2fdd452 commit 7dc5222
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: publish-package

on:
workflow_dispatch:
release:
types: [created]
jobs:
Expand All @@ -10,6 +11,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
always-auth: true
node-version: 20.x

- name: Setup expo cli
Expand Down

0 comments on commit 7dc5222

Please sign in to comment.