Skip to content

Commit

Permalink
Merge pull request #93 from JenspederM/ci/remember-checkout
Browse files Browse the repository at this point in the history
ci: forgot checkout
  • Loading branch information
JenspederM authored Jan 3, 2025
2 parents cffb7f8 + 4158dfb commit 49dcb65
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
new_version: ${{ steps.check_version.outputs.new_version }}
is_changed: ${{ steps.check_version.outputs.is_changed }}
steps:
- name: Check out
uses: actions/checkout@v4
with:
token: "${{ secrets.PERSONAL_ACCESS_TOKEN }}"
fetch-depth: 0
- name: Check Version
uses: ./.github/actions/check_version
id: check_version
Expand Down

0 comments on commit 49dcb65

Please sign in to comment.