Skip to content

Commit fa5e1a5

Browse files
committed
Fix dependency issue in packages
1 parent bc367a7 commit fa5e1a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
env:
1818
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
1919
reactlib:
20+
needs: [types]
2021
runs-on: ubuntu-latest
2122
steps:
2223
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)