Commit ffc5f25
authored
Fix release automation (#127)
## Changes
I think there are two small bugs in the configuration of the release
deployment in our github action:
1. the environment variable name is incorrect: it should be
OSSRH_USERNAME/OSSRH_PASSWORD instead of MAVEN_USERNAME/MAVEN_PASSWORD.
2. action-gh-release should attach these resources to the existing
release that will be created by our release automation tooling. This
will not be a draft release, so I'll remove that flag.
## Tests
<!-- How is this tested? -->1 parent d46a9f5 commit ffc5f25
1 file changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
| 34 | + | |
0 commit comments