diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 84831e7..682b037 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -31,4 +31,4 @@ jobs: - name: Release unstable env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: yarn release --preRelease alpha --ci --no-git.push --no-git.commit \ No newline at end of file + run: yarn release --preRelease alpha --ci \ No newline at end of file diff --git a/package.json b/package.json index 00a086f..c998053 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@2060.io/react-native-eid-reader", - "version": "0.1.0", + "version": "0.0.0.alpha-0", "description": "Reads passports and ID cards using its the device NFC.", "main": "lib/commonjs/index", "module": "lib/module/index",