Commit 2c1a92c
committed
fix: revisions and release
Sometimes when the workflow gets the dependency.json it retrieves, from best I can determine, an older version of the file with outdated info. It's not failing to retrieve the file, which I initially thought was the case, it's getting the file, just not the current version of it. I've noticed this happen with more frequency lately.
You assume that this could happen when running the tests in quick succession as the file might not have propagated across their network. The problem is this is happening with release assets that have been sitting there for weeks. I file I know has a revision of 2 yet the file it reads has 1.
This must be some Github caching or system to work around action issues. In the testing for this changes my matrix would return something like all correct or 30% previous versions.
So this change is a band aid.
When github implements immutable tags i'll probably move to using revision appended tags.1 parent 6dec27b commit 2c1a92c
File tree
2 files changed
+20
-24
lines changed- .github/workflows
2 files changed
+20
-24
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
56 | 58 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
80 | 67 | | |
81 | 68 | | |
82 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
83 | 78 | | |
84 | 79 | | |
85 | 80 | | |
86 | 81 | | |
87 | 82 | | |
88 | 83 | | |
89 | 84 | | |
| 85 | + | |
90 | 86 | | |
91 | 87 | | |
92 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments