Skip to content

Commit

Permalink
debug: fetch-depth: 0
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp committed Dec 8, 2023
1 parent ce1c6cd commit 0edc674
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,16 @@ jobs:

# Generate the release with goreleaser to include pre-built binaries
goreleaser:
needs: version_bump
# needs: version_bump
runs-on: ubuntu-latest
if: |
github.event_name == 'workflow_dispatch' ||
(github.event_name == 'push' && contains(github.ref, 'refs/tags/'))
permissions: "write-all"
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: git fetch --force --tags
- uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit 0edc674

Please sign in to comment.