Skip to content

Commit

Permalink
Fix release pipeline being unable to fetch tags (#3255)
Browse files Browse the repository at this point in the history
  • Loading branch information
markushi authored Mar 8, 2024
1 parent e492f4b commit 2b9d4ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GH_RELEASE_PAT }}
# Needs to be set, otherwise git describe --tags will fail with: No names found, cannot describe anything
fetch-depth: 0
submodules: 'recursive'
- name: Prepare release
uses: getsentry/action-prepare-release@v1
Expand Down

0 comments on commit 2b9d4ca

Please sign in to comment.