Skip to content

Commit

Permalink
chore: add missing checkout to version action
Browse files Browse the repository at this point in the history
  • Loading branch information
dbudzins authored Jun 8, 2022
1 parent 9b2baa4 commit 0f17b35
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Conventional Changelog Action
uses: TriPSs/conventional-changelog-action@v3
with:
Expand Down

0 comments on commit 0f17b35

Please sign in to comment.