Skip to content

Commit ec661c9

Browse files
committed
chore: fix publish
1 parent 2d90f60 commit ec661c9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
git config --global user.name "GitHub Actions"
163163
164164
- name: Release
165-
run: yarn release --ci --npm.skipChecks
165+
run: yarn release --ci
166166
env:
167167
NPM_CONFIG_PROVENANCE: true
168168
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-zstd",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "ZSTD for React Native",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/src/index.d.ts",

0 commit comments

Comments
 (0)