Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Release 1.14] Fix the publish github action (#3324)
The "Publish Tagged Version to Community Operators" github action fails because when setting up golang, we want to use golang version from the the go.mod file, but this is checked out only in the next step. Fix by replacing the order of the step, so we first checking out the code and only then setting up golang. Signed-off-by: Nahshon Unna-Tsameret <[email protected]>
- Loading branch information