Skip to content

Commit

Permalink
Fix checkout (#45) (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
kboom authored Dec 30, 2024
2 parents c7c181b + ffe4bc9 commit 8ffaeed
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 @@ -15,6 +15,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
with:
ref: refs/tags/${{ github.event.release.tag_name }}
fetch-depth: '0'

- name: Set up Git actions user
uses: fregante/setup-git-user@v1

Expand Down

0 comments on commit 8ffaeed

Please sign in to comment.