File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1717 outputs :
1818 semantic-version : ${{ steps.target-version.outputs.version }}
1919 version-tag : ${{ steps.target-version.outputs.version_tag }}
20- changelog : ${{ steps.changelog.outputs.release }}
2120
2221 steps :
2322 - uses : actions/checkout@v5
7877 env :
7978 GH_TOKEN : ${{ steps.setup-git.outputs.token }}
8079 run : |
81- echo "${{ steps.setup-git.outputs.user_name }}"
82- echo "${{ steps.setup-git.outputs.user_email }}"
83- echo "${{ steps.target-version.outputs.version-tag }}"
80+ echo "${{ steps.setup-git.outputs.user_name }}" >> $GITHUB_STEP_SUMMARY
81+ echo "${{ steps.setup-git.outputs.user_email }}" >> $GITHUB_STEP_SUMMARY
82+ echo "${{ steps.target-version.outputs.version-tag }}" >> $GITHUB_STEP_SUMMARY
8483
8584 # gh api \
8685 # --method POST \
You can’t perform that action at this time.
0 commit comments