Skip to content

Commit 147e3e3

Browse files
authored
Fix update change log automation (#300)
1 parent ba3ab59 commit 147e3e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ jobs:
152152
opentelemetry-jmx-metrics.jar
153153
154154
- name: Update the change log with the release date
155+
env:
156+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
155157
run: |
156158
date=$(gh release view v$VERSION --json publishedAt --jq .publishedAt | sed 's/T.*//')
157159
sed -ri "s/## Version $VERSION .*/## Version $VERSION ($date)/" CHANGELOG.md

0 commit comments

Comments
 (0)