Skip to content

Commit

Permalink
fixing release cli (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaMilosa authored Nov 21, 2023
1 parent f99e574 commit 94e0f5d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
name: create-release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
name: Checkout repository
with:
fetch-depth: 0

- name: Create artifacts directory
run: mkdir artifacts

Expand Down

0 comments on commit 94e0f5d

Please sign in to comment.