Commit 8b037a9
authored
Fix rules_java release pipeline config (#2137)
This enables making releases at specific points even if the branch has
moved ahead.
Before this change, the release would always be made at the HEAD of
chosen branch, we should instead to do so at the specific commit that
the workflow is executed on.1 parent cf6309a commit 8b037a9
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
0 commit comments