Skip to content

Commit 33b6d29

Browse files
committed
fix(nightly): fixed changelog generation
1 parent 65ed5f5 commit 33b6d29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/check-nightly/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ runs:
2929
repo: "redasm",
3030
tag: "nightly"
3131
});
32-
since = tag.data.created_at;
32+
since = tag.data.published_at;
3333
console.log(`Last nightly: ${since}`);
3434
} catch (e) {
3535
console.log("No previous nightly found, building unconditionally");

0 commit comments

Comments
 (0)