Commit 27d192f
authored
[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 <nunnatsa@redhat.com>1 parent 21014fe commit 27d192f
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | 34 | | |
39 | 35 | | |
40 | 36 | | |
41 | 37 | | |
42 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments