Skip to content

Commit 648ba29

Browse files
authored
Add working directory to publish workflow (#3762)
## Description Seems like workflow for publishing package lacks `working-directory` ## Test plan 🚀🚀🚀
1 parent b75bb5c commit 648ba29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/npm-gesture-handler-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,5 @@ jobs:
5151
path: './packages/react-native-gesture-handler/${{ env.PACKAGE_NAME }}'
5252

5353
- name: Publish npm package
54+
working-directory: packages/react-native-gesture-handler
5455
run: npm publish $PACKAGE_NAME --provenance

0 commit comments

Comments
 (0)