Commit 75fba1a
authored
⚙️ [Maintenance]: Align workflows across action repositories (#93)
This pull request makes minor improvements to the GitHub Actions
workflow for releases. The changes clarify the required permissions and
update the step names for better readability.
- **Workflow documentation improvements:**
* Added comments to the `permissions` section in
`.github/workflows/Release.yml` to clarify why each permission is
needed.
* Renamed the job step from `Checkout Code` to `Checkout repo` for
clarity in `.github/workflows/Release.yml`.1 parent 5a5165d commit 75fba1a
1 file changed
+3
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
0 commit comments