Skip to content

Commit

Permalink
use fetch-depth
Browse files Browse the repository at this point in the history
  • Loading branch information
randy3k committed Apr 22, 2023
1 parent b42e0e3 commit c1d949c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tagbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
container: rtagbot/tagbot:latest
steps:
- uses: actions/checkout@v3
- name: fetch all tags and branches
run: git fetch --prune --unshallow --tags
with:
fetch-depth: 0
- name: check and publish release
run: |
tagbot::publish_release()
Expand Down

0 comments on commit c1d949c

Please sign in to comment.