Skip to content

Commit

Permalink
chore: try semantic-release --debug flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdbd committed May 29, 2021
1 parent 81172b4 commit a771541
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: actions/checkout@v2
- name: ⬇️ Fetch data from Ackee
id: ackee
uses: ./ # TODO: replace con jackdbd/ackee-action@v1 when published
uses: jackdbd/ackee-action@v1.0.0
with:
endpoint: ${{ secrets.INPUT_ENDPOINT }}
username: ${{ secrets.INPUT_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ const config = {
// - test
// TODO: what about a type of BREAKING CHANGE?

console.log('=== commitlint config ===', config)
// console.log('=== commitlint config ===', config)

module.exports = config
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"lint": "eslint {src,__tests__}/**/*.ts",
"nuke": "npm run clean && rm -rf node_modules package-lock.json",
"prepare": "husky install",
"release": "semantic-release",
"release": "semantic-release --debug",
"test": "jest",
"pretest:ci": "npm run bundle",
"test:ci": "jest --ci --coverage"
Expand Down

0 comments on commit a771541

Please sign in to comment.