We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a352f5 commit a599c93Copy full SHA for a599c93
.github/workflows/version-bump.yml
@@ -112,13 +112,13 @@ jobs:
112
3. The publish workflow will automatically run and deploy to npm
113
114
---
115
-
+
116
*This PR was created automatically by the Version Bump workflow.*
117
`
118
});
119
120
console.log(`Pull request created: ${pullRequest.html_url}`);
121
122
// Add labels if they exist
123
try {
124
await github.rest.issues.addLabels({
@@ -140,4 +140,4 @@ jobs:
140
echo "- **Type:** ${{ github.event.inputs.version_type }}" >> $GITHUB_STEP_SUMMARY
141
if [ -n "${{ github.event.inputs.custom_version }}" ]; then
142
echo "- **Custom version used:** Yes" >> $GITHUB_STEP_SUMMARY
143
- fi
+ fi
0 commit comments