Skip to content

Commit

Permalink
fix(workflows/workflow): add missing checkout step for release creation
Browse files Browse the repository at this point in the history
  • Loading branch information
sgaist committed Nov 3, 2023
1 parent f0d40ca commit f40b397
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ jobs:
id-token: write # IMPORTANT: mandatory for sigstore

steps:
- uses: actions/checkout@v4
- name: Download all the dists
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit f40b397

Please sign in to comment.