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 5d07030 commit 8a4590fCopy full SHA for 8a4590f
1 file changed
.github/workflows/release.yml
@@ -72,12 +72,9 @@ jobs:
72
uses: changesets/action@v1
73
with:
74
version: bun run ci:version
75
- # changesets/action splits publish on whitespace (first token = executable); use a script.
76
publish: bun run ci:publish
77
commit: "chore: version packages"
78
title: "chore: version packages"
79
createGithubReleases: true
80
env:
81
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
82
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
83
- NPM_CONFIG_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments