Skip to content

Commit

Permalink
chore: debug semantic-release debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
EvHaus committed Jun 29, 2023
1 parent 3eb377b commit dd8c66b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,9 @@ jobs:

- name: Install dependencies
run: bun install

- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '20'

- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm run semantic-release
run: bun run semantic-release
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,5 @@
},
"engines": {
"node": ">=16"
},
"release": {
"debug": true
}
}

0 comments on commit dd8c66b

Please sign in to comment.