Skip to content

Commit

Permalink
ci(github): Fix tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Gągor committed Feb 25, 2024
1 parent 60d38e6 commit 6388ff1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# with:
# submodules: true
# fetch-depth: 1
with:
submodules: true
fetch-depth: 1

- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
Expand Down

0 comments on commit 6388ff1

Please sign in to comment.