Skip to content

Commit

Permalink
fix(cicd): update release please configs to draft
Browse files Browse the repository at this point in the history
  • Loading branch information
azlam committed Jun 29, 2024
1 parent 1dfc27c commit b7a9a8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
config-file: release-please-config.json
- run: |
npm i
npm publish
npm publish --tag next
name: Publish packages
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
5 changes: 2 additions & 3 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@
"release-type": "node",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"draft": true,
"prerelease": false,
"include-component-in-tag":false,
"release-as": "next"
"include-component-in-tag":false
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
Expand Down

0 comments on commit b7a9a8c

Please sign in to comment.