Skip to content

Commit

Permalink
chore: reorder relase-package
Browse files Browse the repository at this point in the history
  • Loading branch information
eridr committed May 12, 2023
1 parent a721b3a commit 6ba295b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '18.16'
cache: 'yarn'
registry-url: https://npm.pkg.github.com/
- run: npx --yes install-expo-modules@latest
- run: yarn install --frozen-lockfile
- run: yarn test
- run: yarn build
- run: yarn publish
env:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@
}
},
"publishConfig": {
"@hi3g-access:registry": "https://npm.pkg.github.com"
}
"@hi3g-access:registry": "https://npm.pkg.github.com"
}
}

0 comments on commit 6ba295b

Please sign in to comment.