Skip to content

Commit

Permalink
fix: checkout
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel Nützi <[email protected]>
  • Loading branch information
gabyx committed Jul 9, 2024
1 parent 455702b commit 791e37a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/normal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,11 @@ jobs:
contents: write

steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1

- name: Create Github Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 791e37a

Please sign in to comment.