Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update package-publish.yml #2

Closed
wants to merge 14 commits into from
4 changes: 2 additions & 2 deletions .github/workflows/package-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
run: yarn prepare
- name: Publish
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc && yarn publish
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm whoami && npm publish --access public
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "react-native-lite-card",
"name": "@onekeyfe/react-native-lite-card",
"version": "1.0.0",
"description": "lite card",
"main": "lib/commonjs/index",
Expand Down
62 changes: 31 additions & 31 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2598,6 +2598,37 @@ __metadata:
languageName: node
linkType: hard

"@onekeyfe/react-native-lite-card@workspace:.":
version: 0.0.0-use.local
resolution: "@onekeyfe/react-native-lite-card@workspace:."
dependencies:
"@commitlint/config-conventional": ^17.0.2
"@evilmartians/lefthook": ^1.5.0
"@react-native/eslint-config": ^0.72.2
"@release-it/conventional-changelog": ^5.0.0
"@types/jest": ^28.1.2
"@types/react": ~17.0.21
"@types/react-native": 0.70.0
commitlint: ^17.0.2
del-cli: ^5.0.0
eslint: ^8.4.1
eslint-config-prettier: ^8.5.0
eslint-plugin-prettier: ^4.0.0
jest: ^28.1.1
pod-install: ^0.1.0
prettier: ^2.0.5
react: 18.2.0
react-native: 0.73.1
react-native-builder-bob: ^0.23.2
release-it: ^15.0.0
turbo: ^1.10.7
typescript: ^5.0.2
peerDependencies:
react: "*"
react-native: "*"
languageName: unknown
linkType: soft

"@pkgjs/parseargs@npm:^0.11.0":
version: 0.11.0
resolution: "@pkgjs/parseargs@npm:0.11.0"
Expand Down Expand Up @@ -10924,37 +10955,6 @@ __metadata:
languageName: unknown
linkType: soft

"react-native-lite-card@workspace:.":
version: 0.0.0-use.local
resolution: "react-native-lite-card@workspace:."
dependencies:
"@commitlint/config-conventional": ^17.0.2
"@evilmartians/lefthook": ^1.5.0
"@react-native/eslint-config": ^0.72.2
"@release-it/conventional-changelog": ^5.0.0
"@types/jest": ^28.1.2
"@types/react": ~17.0.21
"@types/react-native": 0.70.0
commitlint: ^17.0.2
del-cli: ^5.0.0
eslint: ^8.4.1
eslint-config-prettier: ^8.5.0
eslint-plugin-prettier: ^4.0.0
jest: ^28.1.1
pod-install: ^0.1.0
prettier: ^2.0.5
react: 18.2.0
react-native: 0.73.1
react-native-builder-bob: ^0.23.2
release-it: ^15.0.0
turbo: ^1.10.7
typescript: ^5.0.2
peerDependencies:
react: "*"
react-native: "*"
languageName: unknown
linkType: soft

"react-native@npm:0.73.1":
version: 0.73.1
resolution: "react-native@npm:0.73.1"
Expand Down
Loading