Skip to content

Commit

Permalink
fix: correction of release.yml
Browse files Browse the repository at this point in the history
added checkout
  • Loading branch information
201st-Luka committed Sep 29, 2023
1 parent 0426309 commit 4fc3976
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
- build

steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit 4fc3976

Please sign in to comment.