Skip to content

Commit

Permalink
fix(pre-release): correct typo in job summary
Browse files Browse the repository at this point in the history
  • Loading branch information
armand-sauzay committed Jun 28, 2024
1 parent e73178c commit f1b5e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prerelease-msvc/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ runs:
run: |
echo "::notice::new version: \`${NEW_VERSION}\`"
echo "#### New version: \`${NEW_VERSION}\`" >> $GITHUB_STEP_SUMMARY
echo "#### Docekr image: \`${DOCKER_IMAGE}\`" >> $GITHUB_STEP_SUMMARY
echo "#### Docker image: \`${DOCKER_IMAGE}\`" >> $GITHUB_STEP_SUMMARY
- name: Add no new version to summary
shell: bash
Expand Down

0 comments on commit f1b5e30

Please sign in to comment.