We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e72c3d commit ea78313Copy full SHA for ea78313
.github/workflows/cd.yml
@@ -23,7 +23,7 @@ jobs:
23
24
- name: Create repository release
25
env:
26
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }}
27
run: gh release create ${{ steps.version.outputs.VERSION }} --generate-notes
28
29
@@ -58,6 +58,6 @@ jobs:
58
run: pnpm build
59
60
- name: Publish package
61
- run: pnpm publish:packages
+ run: pnpm publish:package
62
63
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
CHANGELOG.md
0 commit comments