Skip to content

Commit

Permalink
add checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
dmca-glasgow committed Jul 26, 2024
1 parent ad0196d commit 4d14bab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
outputs:
has_version_increment: ${{ steps.check_for_version_increment_step.outputs.has_version_increment }}
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Use local check-for-version-increment
uses: ./.github/actions/check-for-version-increment
id: check_for_version_increment_step
Expand Down

0 comments on commit 4d14bab

Please sign in to comment.