Skip to content

Commit

Permalink
Fetch tags manually
Browse files Browse the repository at this point in the history
  • Loading branch information
anomiex committed Nov 22, 2023
1 parent 864aaa1 commit 8f2cca8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/autotagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-tags: true

- name: Fetch tags, shallowly and treeless
run: |
git fetch --depth=1 --filter=tree:0 origin 'refs/tags/*:refs/tags/*'
- name: Tag projects
run: |
Expand Down

0 comments on commit 8f2cca8

Please sign in to comment.