Skip to content

Commit 79eae55

Browse files
fix: package-json-path
1 parent 57504f1 commit 79eae55

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: software-mansion/npm-package-publish@1bb885ec49bed729c8c1ec95a11a285d89f1bf45
5555
with:
5656
package-name: 'react-native-enriched'
57-
package-json-path: 'packages/react-native-enriched/package.json'
57+
package-json-path: 'package.json'
5858
install-dependencies-command: 'yarn install --immutable'
5959
release-type: ${{ inputs.release-type }}
6060
version: ${{ inputs.version }}
@@ -65,7 +65,7 @@ jobs:
6565
uses: software-mansion/npm-package-publish@1bb885ec49bed729c8c1ec95a11a285d89f1bf45
6666
with:
6767
package-name: 'react-native-enriched'
68-
package-json-path: 'packages/react-native-enriched/package.json'
68+
package-json-path: 'package.json'
6969
install-dependencies-command: 'yarn install --immutable'
7070
release-type: 'nightly'
7171
dry-run: false

0 commit comments

Comments
 (0)