Skip to content

Commit

Permalink
fix: Install release-please in CI
Browse files Browse the repository at this point in the history
Should fix the workflow.
  • Loading branch information
iamsergio committed May 3, 2024
1 parent 7f72be1 commit 545fe70
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/version-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
- name: Setup git author name
uses: fregante/setup-git-user@v2

- name: Install release-please
run: |
sudo npm i release-please -g
- name: Create PR to bump version
run: |
release-please release-pr --token=${{ secrets.GITHUB_TOKEN }} --repo-url=KDAB/vscode-qttest

0 comments on commit 545fe70

Please sign in to comment.