diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eef3e71..c255332 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,16 +15,4 @@ jobs: with: bump_version_scheme: patch tag_prefix: "" - release_name: "" - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 - with: - node-version: '16.x' - registry-url: 'https://registry.npmjs.org' - always-auth: true - - run: yarn - - uses: mmarchini-oss/npm-otp-publish@v0 - with: - npm_token: ${{ secrets.NPM_TOKEN }} - github_token: ${{ secrets.GITHUB_TOKEN }} - github_actor: ${{ github.actor }} \ No newline at end of file + release_name: "" \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ff5d3cd..cbb6b69 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -78,3 +78,13 @@ check if your device is available under adb devices, run: ```sh adb devices ``` + +## Pushing to NPM + +Pushing to NPM requires manually running the command on your local machine. You must be an admin to perform this command. + +If you are an admin, you can run: + +```sh +npm publish +``` \ No newline at end of file diff --git a/package.json b/package.json index f46682a..6b00dea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@trycourier/courier-react-native", - "version": "0.1.1", + "version": "1.0.0", "description": "test", "main": "lib/commonjs/index", "module": "lib/module/index",