Skip to content

Commit 59c3c8f

Browse files
authored
Merge branch 'main' into fetch+total+if+requested
2 parents 5113d0c + ae31ad6 commit 59c3c8f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/publish.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,12 @@ jobs:
6060
helm-gcs-credentials: ${{ secrets.HELM_GCS_CREDENTIALS }}
6161
helm-gcs-repository: ${{ secrets.HELM_GCS_REPOSITORY }}
6262

63+
publish-release-notes:
64+
runs-on: ubuntu-20.04
65+
steps:
66+
- uses: actions/[email protected]
67+
with:
68+
fetch-depth: 0
69+
- uses: hypertrace/github-actions/release-notes@main
70+
with:
71+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)