Commit 377fe88
committed
ci(release): simplify workflow by removing pre-job and conditionals
Remove the pre-job that handled duplicate action skipping and simplify the release workflow by eliminating conditional checks for tag patterns. This streamlines the release process and reduces complexity in the workflow configuration.
The changes include:
- Removing the pre-job and its dependencies
- Eliminating conditional checks for tag patterns
- Removing concurrency controls to simplify job execution
This refocuses the workflow on core release functionality while maintaining the essential build, publish, and release steps.1 parent bc936fe commit 377fe88
1 file changed
+0
-25
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | 13 | | |
28 | 14 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | 15 | | |
33 | 16 | | |
34 | 17 | | |
| |||
45 | 28 | | |
46 | 29 | | |
47 | 30 | | |
48 | | - | |
49 | 31 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | 32 | | |
54 | 33 | | |
55 | 34 | | |
| |||
65 | 44 | | |
66 | 45 | | |
67 | 46 | | |
68 | | - | |
69 | 47 | | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | 48 | | |
74 | 49 | | |
75 | 50 | | |
| |||
0 commit comments