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 36a2b1f commit 8740e80Copy full SHA for 8740e80
.github/workflows/release.yml
@@ -43,7 +43,7 @@ jobs:
43
with:
44
version: pnpm changeset version
45
publish: pnpm changeset publish
46
- createGithubReleases: ${{ fromJSON(steps.changesets.outputs.hasChangesets) == false }}
+ createGithubReleases: false
47
title: "chore: release primitives"
48
env:
49
GITHUB_TOKEN: ${{ secrets.CHANGESETS_TOKEN }}
0 commit comments