Skip to content

Commit

Permalink
Fix the publishing of tagged releases (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrco authored Oct 8, 2024
1 parent bd44c40 commit 5c89d6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ jobs:
env:
APP_VERSION: ${{ needs.build.outputs.app-version }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/download-artifact@v4
with:
name: release
Expand Down

0 comments on commit 5c89d6c

Please sign in to comment.