Skip to content

Commit 8f62488

Browse files
committed
another include_prereleases fix
1 parent a975175 commit 8f62488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ runs:
8888
MAX_VERSIONS: ${{ inputs.max_versions }}
8989
ORGANIZATION: ${{ inputs.organization }}
9090
REPOSITORY: ${{ inputs.repository }}
91-
INCLUDE_PRERELEASE: ${{ inputs:include_prereleases}}
91+
INCLUDE_PRERELEASE: ${{ inputs.include_prereleases }}
9292
BUILDER_WORKFLOW_PATH: ${{ inputs.action_path }}
9393

9494
- name: "Push"

0 commit comments

Comments
 (0)