Skip to content

Commit

Permalink
checkout: fetch-tags: true, persist-credentials: false
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanb committed Jan 7, 2024
1 parent 75a6b99 commit e3ef002
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # needs full git history for changelog generation

- run: git fetch --force --tags
fetch-tags: true
persist-credentials: false

- uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit e3ef002

Please sign in to comment.