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 96e8927
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 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,8 +11,12 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
registry-url: 'https://registry.npmjs.org'
always-auth: true
node-version: 20.x

- run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc

- name: Setup expo cli
uses: expo/expo-github-action@v8
with:
Expand Down

0 comments on commit 96e8927

Please sign in to comment.