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 9c6d05a commit 3c0fd9dCopy full SHA for 3c0fd9d
.github/workflows/release.yml
@@ -63,7 +63,6 @@ jobs:
63
# this expects you to have a script called changeset:release which does a build for your packages and calls changeset publish
64
publish: npm run changeset:release
65
commit: "chore: version packages" # we need to fulfill commitlint based rules
66
- title: "chore: version packages"
67
env:
68
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
69
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments