Skip to content

Commit 2af646e

Browse files
committed
fix: cleanup
1 parent e271f1d commit 2af646e

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/create-feature-release.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
description: 'Branch to create release from'
88
required: true
99
type: string
10-
default: 'main'
1110
action:
1211
description: 'Action'
1312
required: true
@@ -22,7 +21,6 @@ jobs:
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+

0 commit comments

Comments
 (0)