File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 description : ' Branch to create release from'
88 required : true
99 type : string
10- default : ' main'
1110 action :
1211 description : ' Action'
1312 required : true
2221 runs-on : ubuntu-latest
2322 permissions :
2423 contents : write
25- pull-requests : write
2624
2725 steps :
2826 - name : Checkout repository
@@ -158,13 +156,10 @@ jobs:
158156
159157 - name : Summary
160158 run : |
161- echo "## 🎉 Testing Release Created Successfully!" >> $GITHUB_STEP_SUMMARY
159+ echo "## 🎉 Feature Release Created Successfully!" >> $GITHUB_STEP_SUMMARY
162160 echo "" >> $GITHUB_STEP_SUMMARY
163161 echo "**Version:** \`${{ steps.calculate-version.outputs.new_tag }}\`" >> $GITHUB_STEP_SUMMARY
164162 echo "**Branch:** \`${{ inputs.branch }}\`" >> $GITHUB_STEP_SUMMARY
165163 echo "**Action:** \`${{ inputs.action }}\`" >> $GITHUB_STEP_SUMMARY
166164 echo "" >> $GITHUB_STEP_SUMMARY
167- echo "✅ Updated package.json with new version" >> $GITHUB_STEP_SUMMARY
168- echo "✅ Committed and pushed version update to \`${{ inputs.branch }}\`" >> $GITHUB_STEP_SUMMARY
169- echo "✅ Created and pushed tag \`${{ steps.calculate-version.outputs.new_tag }}\`" >> $GITHUB_STEP_SUMMARY
170- echo "" >> $GITHUB_STEP_SUMMARY
165+
You can’t perform that action at this time.
0 commit comments