We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65ed5f5 commit 33b6d29Copy full SHA for 33b6d29
1 file changed
.github/actions/check-nightly/action.yml
@@ -29,7 +29,7 @@ runs:
29
repo: "redasm",
30
tag: "nightly"
31
});
32
- since = tag.data.created_at;
+ since = tag.data.published_at;
33
console.log(`Last nightly: ${since}`);
34
} catch (e) {
35
console.log("No previous nightly found, building unconditionally");
0 commit comments