Commit a01f7fd
committed
fix(ci): Remove redundant checkout step in release workflow
The `release` job only uploads artifacts that were built in a prior `build` job. A separate `checkout` step is not needed as the artifacts already contain the necessary files. Removing this step streamlines the workflow and avoids unnecessary fetching of the repository history.1 parent d741019 commit a01f7fd
1 file changed
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | 64 | | |
69 | 65 | | |
70 | 66 | | |
| |||
0 commit comments