Skip to content

Commit a599c93

Browse files
committed
fixed formatting
1 parent 3a352f5 commit a599c93

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/version-bump.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,13 @@ jobs:
112112
3. The publish workflow will automatically run and deploy to npm
113113
114114
---
115-
115+
116116
*This PR was created automatically by the Version Bump workflow.*
117117
`
118118
});
119-
119+
120120
console.log(`Pull request created: ${pullRequest.html_url}`);
121-
121+
122122
// Add labels if they exist
123123
try {
124124
await github.rest.issues.addLabels({
@@ -140,4 +140,4 @@ jobs:
140140
echo "- **Type:** ${{ github.event.inputs.version_type }}" >> $GITHUB_STEP_SUMMARY
141141
if [ -n "${{ github.event.inputs.custom_version }}" ]; then
142142
echo "- **Custom version used:** Yes" >> $GITHUB_STEP_SUMMARY
143-
fi
143+
fi

0 commit comments

Comments
 (0)