Skip to content

Commit 54975ec

Browse files
committed
Fix directory in release workflow
1 parent 0faf0ba commit 54975ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- name: Authenticate Wally
1919
run: |
20-
cd packages/boolean
20+
cd packages/react
2121
wally login --token ${{ secrets.WALLY_ACCESS_TOKEN }}
2222
cd ../..
2323

0 commit comments

Comments
 (0)