We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed7c171 commit f96d424Copy full SHA for f96d424
.github/workflows/release.yml
@@ -38,7 +38,7 @@ jobs:
38
env:
39
NODE_AUTH_TOKEN: ${{ secrets.AEX_NPM_TOKEN }}
40
run: |
41
- yarn publish dist/src
+ yarn publish dist
42
43
- name: Sync
44
0 commit comments