Skip to content

Commit

Permalink
Add missing checkout step (#487)
Browse files Browse the repository at this point in the history
Add checkout step
  • Loading branch information
lucacome authored Aug 17, 2023
1 parent f9ae680 commit 761bf5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
update_release_draft:
runs-on: ubuntu-22.04
steps:
- name: Checkout Repository
uses: actions/checkout@v3

- name: Create/Update Draft
uses: lucacome/[email protected]
with:
Expand Down

0 comments on commit 761bf5d

Please sign in to comment.