Skip to content

Commit 98d78ec

Browse files
fix: Add log-paths to docker run parameters
1 parent 92c7bec commit 98d78ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ runs:
7171
--dev-branch "${{ inputs.dev-branch }}" \
7272
--minor-identifier="${{ inputs.minor-identifier }}" \
7373
--major-identifier="${{ inputs.major-identifier }}" \
74-
--version-prefix "${{ inputs.prefix }}")
74+
--log-paths="${{ inputs.log-paths }}" \
75+
--version-prefix "${{ inputs.prefix }}")
7576
7677
echo "::set-output name=version::$VERSION"
7778
echo "New Version: $VERSION"

0 commit comments

Comments
 (0)