Skip to content

Commit

Permalink
Merge pull request #20 from eclipse-tractusx/chore/release_workflow_p…
Browse files Browse the repository at this point in the history
…atch

fix: workflow to fetch all history
  • Loading branch information
carslen authored Dec 22, 2022
2 parents e32d147 + 3871c6a commit 94d305a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gh-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v3
with:
Expand All @@ -53,7 +54,7 @@ jobs:
git config user.email github-actions@github.com
git add .github/bin/helmRepoIndex
git commit -m "chore: update dev helm repo index ($GITHUB_REF)"
git push origin HEAD:main
git push
release:
needs: go-build
Expand Down

0 comments on commit 94d305a

Please sign in to comment.