Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CCInc authored Oct 4, 2021
1 parent ef9a5a3 commit ecefdb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: |
git config user.name "${GITHUB_ACTOR}"
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
- run: npm install --global release-it @release-it/bumper
- run: npm install --global release-it @release-it/bumper @release-it/keep-a-changelog
- run: release-it --ci --increment "${{ github.event.inputs.releaseLevel }}"
env:
GITHUB_TOKEN: ${{ secrets.ADMIN_CI }}

0 comments on commit ecefdb8

Please sign in to comment.