Skip to content

Commit 42cac5d

Browse files
committed
Fix release workflow working directory
1 parent a482c05 commit 42cac5d

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)