Skip to content

Commit

Permalink
fix create-release
Browse files Browse the repository at this point in the history
  • Loading branch information
m2Giles committed Nov 19, 2024
1 parent 79debb4 commit c0df9b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelogs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Generate Release
name: Generate Release Text
on:
workflow_call:
inputs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
inputs:
run-id:
type: string
type: number
required: true

permissions:
Expand All @@ -20,7 +20,7 @@ jobs:
with:
pattern: changelogs-*
merge-multiple: false
run-id: ${{ inputs.run-id || github.run_id}}
run-id: ${{ inputs.run-id || github.run_id }}

- name: Prepare Release
id: prepare-release
Expand Down

0 comments on commit c0df9b7

Please sign in to comment.