Skip to content

Commit

Permalink
Bugfix in GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
firecat53 committed Nov 22, 2024
1 parent 7c55eb3 commit 90dfe44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ jobs:
id-token: write # IMPORTANT: mandatory for sigstore

steps:
- name: Check out the repository
uses: actions/checkout@v4
with:
fetch-depth: 0 # Fetch all tags and history
- name: Download all the dists
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 90dfe44

Please sign in to comment.