Skip to content

Commit 805be0c

Browse files
authored
fix: fixes input value (#10)
1 parent 90a9cda commit 805be0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tag_and_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
needs: tag
1313
uses: AllenNeuralDynamics/.github/.github/workflows/release-publish-docker-image.yml@main
1414
with:
15-
docker-tag: needs.tag.outputs.new_version
15+
docker-tag: ${{ needs.tag.outputs.new_version }}
1616
secrets:
1717
repo-token: ${{ secrets.SERVICE_TOKEN }}
1818

0 commit comments

Comments
 (0)