Skip to content

Commit

Permalink
chore(ci): ensure correct make generate
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobmoellerdev committed Oct 22, 2024
1 parent a6291d3 commit 4a85b82
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,9 @@ jobs:
git checkout ${GITHUB_REF#refs/heads/}
v="$(go run ./api/version/generate bump-version)"
echo "$v" > VERSION
git add VERSION
git commit -m "Update version file to $v"
make generate
git add --all
git commit -m "Update version to $v"
git push origin ${GITHUB_REF#refs/heads/}
echo "Next branch version is $v"
Expand Down

0 comments on commit 4a85b82

Please sign in to comment.