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 7754693 commit 38cbad3Copy full SHA for 38cbad3
.github/workflows/embedded-cluster-release-notes.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Generate Release Notes
17
id: release-notes
18
env:
19
- EC_VERSION: ${{ github.event.client_payload.version }}
+ EC_VERSION: ${{ github.event.inputs.version }}
20
uses: replicatedhq/release-notes-generator@main
21
with:
22
owner-repo: replicatedhq/embedded-cluster
@@ -29,7 +29,7 @@ jobs:
29
- name: Update Release Notes
30
31
PATTERN: ".+RELEASE_NOTES_PLACEHOLDER.+"
32
33
run: |
34
# Extract EC version without v prefix if it exists
35
EC_VERSION_CLEAN=${EC_VERSION#v}
0 commit comments