Commit 77d53e3
authored
⚙️ [Maintenance]: Align workflows across action repositories (#108)
This pull request makes minor improvements to the GitHub Actions release
workflow. The main changes are clarifications to permission comments and
a small update to step naming for better clarity.
- Workflow configuration improvements:
* Added explanatory comments to the `permissions` section to clarify why
`contents: write` and `pull-requests: write` are required.
* Renamed the step from `Checkout Code` to `Checkout repo` for clearer
step identification.1 parent d4d6d1d commit 77d53e3
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