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 25b35e9 commit 5a92565Copy full SHA for 5a92565
.github/workflows/release.yml
@@ -158,6 +158,9 @@ jobs:
158
159
echo "Creating release for $PKG_NAME@$PKG_VERSION"
160
161
+ # Delete existing release if it exists (likely a beta version)
162
+ gh release delete "${PKG_NAME}@${PKG_VERSION}" --yes 2>/dev/null || true
163
+
164
gh release create "${PKG_NAME}@${PKG_VERSION}" \
165
--title "${PKG_NAME}@${PKG_VERSION}" \
166
--notes "## 🚀 Stable Release
0 commit comments