Skip to content

Commit

Permalink
chore(ci): updated release-it config; (#5439)
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitalBrainJS authored Jan 6, 2023
1 parent 0811963 commit 139d51f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ jobs:
with:
node-version: 16
cache: npm
- name: npm credentials
run: npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
- run: npm install
- name: release
env:
Expand Down Expand Up @@ -70,4 +68,4 @@ jobs:
maintainers
#assignees: jasonsaayman
#reviewers: jasonsaayman
draft: true
draft: false
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,12 @@
"sideEffects": false,
"release-it": {
"git": {
"commitMessage": "chore(release): v${version}"
"commitMessage": "chore(release): v${version}",
"push": false,
"commit": false
},
"github": {
"release": true
"release": false
},
"npm": {
"publish": false,
Expand Down

0 comments on commit 139d51f

Please sign in to comment.