Skip to content

Commit 38cbad3

Browse files
committed
fix ec version to use input
1 parent 7754693 commit 38cbad3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/embedded-cluster-release-notes.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Generate Release Notes
1717
id: release-notes
1818
env:
19-
EC_VERSION: ${{ github.event.client_payload.version }}
19+
EC_VERSION: ${{ github.event.inputs.version }}
2020
uses: replicatedhq/release-notes-generator@main
2121
with:
2222
owner-repo: replicatedhq/embedded-cluster
@@ -29,7 +29,7 @@ jobs:
2929
- name: Update Release Notes
3030
env:
3131
PATTERN: ".+RELEASE_NOTES_PLACEHOLDER.+"
32-
EC_VERSION: ${{ github.event.client_payload.version }}
32+
EC_VERSION: ${{ github.event.inputs.version }}
3333
run: |
3434
# Extract EC version without v prefix if it exists
3535
EC_VERSION_CLEAN=${EC_VERSION#v}

0 commit comments

Comments
 (0)