Skip to content

Commit

Permalink
Update deploy-package.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Skender <[email protected]>
  • Loading branch information
DaveSkender authored Dec 31, 2024
1 parent 721fed0 commit 878858c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ jobs:
fi
ver="${base}${suffix}"
echo "version=$ver" >> $GITHUB_OUTPUT
echo "$ver"
- name: Compose package info
id: package_info
Expand Down Expand Up @@ -181,6 +181,10 @@ jobs:
{
echo "| Version No. | Component |"
echo "| :---------------- | :----------------------------------------------- |"
echo "| Mode | ${{ steps,settings.outputs.dry_run && '🔍 DRY RUN' || '🚀 DEPLOY' }} |"
echo "| Status | ${{ job.status == 'success' && '✅ Success' || '❌ Failed' }} |"
echo "| Environment. | ${{ steps,settings.outputs.environ }} |"
echo "| Preview | ${{ steps,settings.outputs.preview && '✓' || '✗' }} |"
echo "| Base version | ${{ steps.gitversion.outputs.MajorMinorPatch }} |"
echo "| PreReleaseTag | ${{ steps.gitversion.outputs.PreReleaseTag }} |"
echo "| PreReleaseNumber | ${{ steps.gitversion.outputs.PreReleaseNumber }} |"
Expand Down

0 comments on commit 878858c

Please sign in to comment.