There was an error while loading. Please reload this page.
1 parent 57504f1 commit 79eae55Copy full SHA for 79eae55
1 file changed
.github/workflows/publish.yml
@@ -54,7 +54,7 @@ jobs:
54
uses: software-mansion/npm-package-publish@1bb885ec49bed729c8c1ec95a11a285d89f1bf45
55
with:
56
package-name: 'react-native-enriched'
57
- package-json-path: 'packages/react-native-enriched/package.json'
+ package-json-path: 'package.json'
58
install-dependencies-command: 'yarn install --immutable'
59
release-type: ${{ inputs.release-type }}
60
version: ${{ inputs.version }}
@@ -65,7 +65,7 @@ jobs:
65
66
67
68
69
70
release-type: 'nightly'
71
dry-run: false
0 commit comments