Skip to content

Commit

Permalink
fix: correctly use mdref and go-bindata during generation
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobmoellerdev committed Oct 29, 2024
1 parent 62fff50 commit f3bfbeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ jobs:
v="$(go run ./api/version/generate bump-version)"
echo "$v" > VERSION
# Trigger a bump of any potential files that depend on a new version
make generate
make -f hack/Makefile mdref && make -f hack/Makefile go-bindata && make generate
git add --all
git commit -m "Update version to $v"
git push origin ${GITHUB_REF#refs/heads/}
Expand Down

0 comments on commit f3bfbeb

Please sign in to comment.