Commit da63479
authored
fix: use env context instead of secrets in workflow if-condition (#2)
The secrets context is not available in step-level if: conditions,
causing GitHub Actions to reject the workflow file. Reference the
secret via an env var instead, and simplify RELEASE_STORE_FILE to
a static value since Gradle already validates signing credentials.1 parent 3647515 commit da63479
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
0 commit comments