Commit 284eb46
committed
feat: sync infrastructure changes from develop to main
This PR contains minimal infrastructure updates required to align main
branch with develop branch improvements:
Changes from commit e0c152e (release tag pattern fix):
- Add endsWith() checks to release tag matching logic
- Ensures tags ending with '-ats' or '-ATS' trigger workflows
- Fixes both contracts and SDK job conditions in ats.publish.yml
Changes from commit 7f34000 (npm publish access fix):
- Change npm publish access from 'restricted' to 'public'
- Required for scoped @hashgraph packages to publish correctly
- Applied to both contracts and SDK publish steps
Additional change:
- Move workflows documentation from .github/README.md to
.github/workflows/README.md for better organization
All other workflow files remain identical to main branch, ensuring no
unintended regressions. This is part 1/2 of the develop-to-main sync
strategy (infrastructure changes only).
Related: Part 2/2 is PR #713 (codebase changes)
Signed-off-by: Miguel_LZPF <miguel.carpena@io.builders>1 parent 82f334a commit 284eb46
2 files changed
+13
-37
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | 14 | | |
37 | 15 | | |
38 | 16 | | |
| |||
80 | 58 | | |
81 | 59 | | |
82 | 60 | | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
90 | 66 | | |
91 | 67 | | |
92 | 68 | | |
| |||
340 | 316 | | |
341 | 317 | | |
342 | 318 | | |
343 | | - | |
| 319 | + | |
344 | 320 | | |
345 | 321 | | |
346 | 322 | | |
347 | 323 | | |
348 | 324 | | |
349 | | - | |
| 325 | + | |
350 | 326 | | |
351 | 327 | | |
352 | 328 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | | - | |
| 85 | + | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
0 commit comments