We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91621a5 commit 627090dCopy full SHA for 627090d
.github/workflows/publish.yml
@@ -69,6 +69,6 @@ jobs:
69
token: ${{ secrets.CODECOV_TOKEN }}
70
fail_ci_if_error: true
71
files: ./coverage/lcov.info
72
- - run: bunx @changepacks/cli publish
+ - run: bunx @changepacks/cli publish --yes
73
env:
74
NPM_CONFIG_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments