Skip to content

Commit

Permalink
ci: release
Browse files Browse the repository at this point in the history
  • Loading branch information
genaris committed Oct 9, 2024
1 parent dc23824 commit f143d01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
run: yarn release --preRelease alpha --ci
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit f143d01

Please sign in to comment.