Skip to content

Commit

Permalink
Ensure code is checked out for bump-tag step
Browse files Browse the repository at this point in the history
  • Loading branch information
jonfairbanks committed Feb 23, 2024
1 parent 8ad5b3a commit 1af4350
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
outputs:
version: ${{ steps.save-output.outputs.version }}
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Bump version and push tag
id: bump-tag
uses: anothrNick/[email protected]
Expand Down

0 comments on commit 1af4350

Please sign in to comment.