Skip to content

Commit

Permalink
fix: syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
jackie-linz committed Nov 20, 2024
1 parent cc03ec4 commit 3da9c44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ runs:
--dev-branch "${{ inputs.dev-branch }}" \
--minor-identifier="${{ inputs.minor-identifier }}" \
--major-identifier="${{ inputs.major-identifier }}" \
--version-prefix "${{ inputs.prefix }}") \
--version-prefix "${{ inputs.prefix }}" \
--version-suffix "${{ inputs.suffix }}")
echo "previous-version=$PREVIOUS_VERSION" >> $GITHUB_OUTPUT
Expand All @@ -82,7 +82,7 @@ runs:
--minor-identifier="${{ inputs.minor-identifier }}" \
--major-identifier="${{ inputs.major-identifier }}" \
--log-paths="${{ inputs.log-paths }}" \
--version-prefix "${{ inputs.prefix }}") \
--version-prefix "${{ inputs.prefix }}" \
--version-suffix "${{ inputs.suffix }}")
echo "version=$VERSION" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 3da9c44

Please sign in to comment.