Skip to content

Commit 9b34109

Browse files
fix typo
1 parent 6041f1e commit 9b34109

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_publish_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
id: query_filenames
154154
shell: bash -l {0}
155155
run: |
156-
echo "result=$(python .github/workflows/fetch_packages_names.py --channel ${{ inputs.channel }} --package ${{ inputs.package }} --platform ${{ inputs.platform }})" >> $GITHUB_OUTPUT
156+
echo "result=$(python .github/workflows/fetch_packages_names.py --channel ${{ inputs.channel }} --package ${{ inputs.package-name }} --platform ${{ inputs.platform }})" >> $GITHUB_OUTPUT
157157
158158
- name: Publish conda package
159159
if: ${{ inputs.publish-package == true }}

0 commit comments

Comments
 (0)