Commit 41871d7
committed
Move configuration
The "Release" GitHub Actions workflow is based on a standardized "template" which is designed to be reusable in any
relevant project.
Some project-specific configuration of the the workflow must be done. These are done via workflow environment variables.
It will be most convenient to place the `env` mapping were these variables are defined at the top of the workflow to
make them easily accessible to the project maintainer.env mapping to top of workflow1 parent d70b760 commit 41871d7
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | 4 | | |
10 | 5 | | |
11 | 6 | | |
| |||
15 | 10 | | |
16 | 11 | | |
17 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments