Skip to content

Commit 09660d3

Browse files
authored
fix: Release workflow working directory (#208)
## Description Fixes working directory in which dependencies are installed (release workflow didn't pass because of the patch in the `example` app that is not accepted by npm but it was included in yarn.lock after deps installation in the root as it was hoisted from the example app)
1 parent 6cf7e0c commit 09660d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
cache: 'yarn'
2727

2828
- name: 📦 Install dependencies
29+
working-directory: packages/react-native-sortable
2930
run: yarn install --immutable
3031

3132
- name: 🎉 Release

0 commit comments

Comments
 (0)