Skip to content

Commit

Permalink
fix: releases need a full checkout, so that git-describe is stable (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoern-michaelsen-freiheit authored Dec 21, 2023
1 parent 2b0058f commit de2ac67
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ jobs:
name: Release kuberpult with semantic versioning
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0 # needed for git describe/VERSION in Makefile
- name: Identify version to create
uses: go-semantic-release/action@v1
id: new-semrel-version
Expand Down

0 comments on commit de2ac67

Please sign in to comment.