Skip to content

Commit

Permalink
Changelogs: Use ENV Variable in the CI step to run bun
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel committed Apr 24, 2024
1 parent 4c5ee7f commit 52b3692
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-npm-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ jobs:
run: npx lerna@6.6.2 publish ${{ inputs.version_bump }} --yes --no-private --loglevel=verbose --dist-tag=${{ inputs.dist_tag }}
- name: '✏️ Generate release changelog'
run: |
source /home/runner/.bashrc
npm run changelog -- --version=current
PATH="${PATH}:${HOME}/.bun/bin" npm run changelog -- --version=current
- name: '📦 Commit and push changelog'
run: |
if [[ -n $(git status --porcelain CHANGELOG.md) ]]; then
Expand Down

0 comments on commit 52b3692

Please sign in to comment.