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 bb4e00a commit 2bde24eCopy full SHA for 2bde24e
.github/workflows/publish.yml
@@ -66,3 +66,13 @@ jobs:
66
with:
67
helm-gcs-repository: ${{ secrets.HELM_GCS_REPOSITORY }}
68
helm-gcs-credentials: ${{ secrets.HELM_GCS_CREDENTIALS }}
69
+
70
+ publish-release-notes:
71
+ runs-on: ubuntu-20.04
72
+ steps:
73
+ - uses: actions/checkout@v2.3.4
74
+ with:
75
+ fetch-depth: 0
76
+ - uses: hypertrace/github-actions/release-notes@main
77
78
+ github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments