We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba3ab59 commit 147e3e3Copy full SHA for 147e3e3
.github/workflows/release.yml
@@ -152,6 +152,8 @@ jobs:
152
opentelemetry-jmx-metrics.jar
153
154
- name: Update the change log with the release date
155
+ env:
156
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
157
run: |
158
date=$(gh release view v$VERSION --json publishedAt --jq .publishedAt | sed 's/T.*//')
159
sed -ri "s/## Version $VERSION .*/## Version $VERSION ($date)/" CHANGELOG.md
0 commit comments