Skip to content

Commit d09fb0b

Browse files
authored
fix: fixes input (#344)
1 parent f0060e0 commit d09fb0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
uses: AllenNeuralDynamics/.github/.github/workflows/release-publish-docker-image.yml@main
2323
with:
2424
default-branch: dev
25-
docker_tag: ${{ needs.compute-docker-tag.outputs.docker_tag }}
25+
docker-tag: ${{ needs.compute-docker-tag.outputs.docker_tag }}
2626
secrets:
2727
repo-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/publish_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
needs: tag
1515
uses: AllenNeuralDynamics/.github/.github/workflows/release-publish-docker-image.yml@main
1616
with:
17-
docker_tag: ${{ needs.tag.outputs.new_version }}
17+
docker-tag: ${{ needs.tag.outputs.new_version }}
1818
secrets:
1919
repo-token: ${{ secrets.GITHUB_TOKEN }}
2020
publish-pypi:

0 commit comments

Comments
 (0)