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 98bd112 commit ecccb08Copy full SHA for ecccb08
.github/workflows/release-dispatch.yml
@@ -59,13 +59,8 @@ jobs:
59
- name: Set up Node.js
60
uses: labd/gh-actions-typescript/pnpm-install@main
61
62
- - name: Create and publish versions
63
- uses: changesets/action@v1
64
- with:
65
- title: "Release new version"
66
- commit: "update version"
67
- publish: pnpm publish:ci
68
- version: pnpm publish:version
+ - name: Publish
+ run: pnpm run publish:ci
69
env:
70
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
71
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments