Skip to content

Commit eb7ef8b

Browse files
authored
fix: forgot scripts folder in package (#853)
1 parent 388fda8 commit eb7ef8b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
version:
77
description: 'Version to release (e.g., 1.0.0-beta.21) or increment (patch, minor, major, prepatch, preminor, premajor, prerelease)'
88
required: true
9-
default: 'prerelease'
9+
default: 'patch'
1010
dry-run:
1111
description: 'Dry run (no actual publish)'
1212
type: boolean

packages/react-native-quick-crypto/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"*.podspec",
3737
"README.md",
3838
"app.plugin.js",
39+
"scripts",
3940
"!**/__tests__",
4041
"!**/__fixtures__",
4142
"!**/__mocks__"

0 commit comments

Comments
 (0)