Skip to content

Commit 436f111

Browse files
author
David Enke
committed
ci: make it work again
1 parent 9afec9b commit 436f111

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
run: npm config set //registry.npmjs.org/:_authToken ${{secrets.WCP_NPM_TOKEN}}
8686
- name: Release
8787
run: |
88-
npx release-it --no-npm.publish --github.release --github.autoGenerate --git.commitMessage='chore: release v${version}' --git.pushArgs=--follow-tags --ci
88+
npx release-it --no-npm.publish --no-github.release --github.autoGenerate --git.commitMessage='chore: release v${version}' --git.pushArgs=--follow-tags --ci
8989
env:
9090
GITHUB_TOKEN: ${{secrets.WCP_GITHUB_TOKEN}}
9191
NODE_AUTH_TOKEN: ${{secrets.WCP_NPM_TOKEN}}

0 commit comments

Comments
 (0)