Skip to content

Commit

Permalink
chore: gh
Browse files Browse the repository at this point in the history
  • Loading branch information
nakzyu committed May 13, 2024
1 parent 6c4cd8b commit d7d9a18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
registry-url: "https://registry.npmjs.org"

- name: Install dependencies
run: npm install
run: npm ci
working-directory: ./packages/headlessui-react-native

- name: Get package version
Expand Down
2 changes: 1 addition & 1 deletion packages/headlessui-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "headlessui-react-native",
"title": "HeadlessUI React Native",
"version": "0.0.5",
"version": "0.0.4",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"homepage": "https://headlessui-react-native.vercel.app",
Expand Down

0 comments on commit d7d9a18

Please sign in to comment.