Skip to content

Commit

Permalink
Fetch all history when tagging releases
Browse files Browse the repository at this point in the history
  • Loading branch information
hakman committed Jun 10, 2022
1 parent 6acde23 commit 3985902
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tag-release.yml
Expand Up @@ -18,6 +18,8 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- run: /usr/bin/git config --global user.email actions@github.com
- run: /usr/bin/git config --global user.name 'GitHub Actions Release Tagger'
- run: hack/tag-release.sh

0 comments on commit 3985902

Please sign in to comment.