File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 69
69
- uses : actions/checkout@v4
70
70
- name : Coursier cache
71
71
uses : coursier/cache-action@v6
72
+ - uses : taiki-e/install-action@parse-changelog
73
+ - name : Set build timestamp
74
+ run : echo "SOURCE_DATE_EPOCH=$(date -d $(parse-changelog CHANGELOG.md -t | rev | cut -d' ' -f1 | rev) '+%s')" >> "$GITHUB_ENV"
72
75
- uses : coursier/setup-action@v1
73
76
with :
74
77
jvm : adopt:8
Original file line number Diff line number Diff line change 19
19
- uses : actions/checkout@v4
20
20
- name : Coursier cache
21
21
uses : coursier/cache-action@v6
22
+ - uses : taiki-e/install-action@parse-changelog
23
+ - name : Set build timestamp
24
+ run : echo "SOURCE_DATE_EPOCH=$(date -d $(parse-changelog CHANGELOG.md -t | rev | cut -d' ' -f1 | rev) '+%s')" >> "$GITHUB_ENV"
22
25
- uses : coursier/setup-action@v1
23
26
with :
24
27
jvm : adopt:8
You can’t perform that action at this time.
0 commit comments