Skip to content

Commit

Permalink
Fix release workflow [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
sevensolutions committed Nov 11, 2024
1 parent 90c15d2 commit 78048a5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
runs-on: ubuntu-latest

steps:
# Checkout actions
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

# Download artifacts
- uses: actions/download-artifact@master
with:
Expand Down

0 comments on commit 78048a5

Please sign in to comment.