Skip to content

Commit f96d424

Browse files
committed
Fix publish path
1 parent ed7c171 commit f96d424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
env:
3939
NODE_AUTH_TOKEN: ${{ secrets.AEX_NPM_TOKEN }}
4040
run: |
41-
yarn publish dist/src
41+
yarn publish dist
4242
4343
- name: Sync
4444
run: |

0 commit comments

Comments
 (0)