Commit 18888a0
authored
ST6RI-849 Adds a Github Actions workflow for releases
Adds a release build workflow, triggered by publishing a release record in the repository or by executing the workflow manually.
This build is different to the normal builds in the following ways:
- It skips test execution (it is expected a normal build already ran successfully for this commit before the release is finalized)
- It skips verification of the generated library index (again, it is expected a normal build was already run)
- A Maven version task is executed to remove the -SNAPSHOT version.
Important to note: if the process is executed a second time without changing the base versions, the publish process will fail, as release builds cannot be overwritten in Github Packages.1 parent 7a9da0d commit 18888a0
1 file changed
Lines changed: 33 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
0 commit comments