Skip to content

Commit

Permalink
Fix publish path
Browse files Browse the repository at this point in the history
  • Loading branch information
adaex committed Jun 5, 2021
1 parent ed7c171 commit f96d424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.AEX_NPM_TOKEN }}
run: |
yarn publish dist/src
yarn publish dist
- name: Sync
run: |
Expand Down

0 comments on commit f96d424

Please sign in to comment.