Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit cb881eb

Browse files
committed
CHG | Update release conditions and modify release name for clarity in GitHub Actions workflow
1 parent 75ced07 commit cb881eb

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ jobs:
235235
- buildAndroid
236236
- buildiOS
237237
- version
238-
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
238+
if: always()
239239
steps:
240240
- name: Checkout code
241241
uses: actions/checkout@v4
@@ -250,7 +250,7 @@ jobs:
250250
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
251251
with:
252252
tag_name: ${{ needs.version.outputs.version_tag }}
253-
release_name: \[AutoBuild Bata\] Release ${{ needs.version.outputs.version_tag }}
253+
release_name: \[AutoBuild\] Experimental Release ${{ needs.version.outputs.version_tag }}
254254
body: |
255255
🚧 **[AutoBuild] Experimental Release – Use With Caution!**
256256
@@ -273,13 +273,6 @@ jobs:
273273
- Trigger: `${{ github.event_name }}`
274274
- Timestamp: `${{ github.event.created }}`
275275
276-
---
277-
### 📋 What’s included:
278-
- ✅ Desktop builds (Linux, Windows, macOS)
279-
- ✅ Mobile builds (Android, iOS) *(if selected)*
280-
- ✅ Automatically versioned build artifacts
281-
- ✅ Discord notifications upon completion
282-
283276
---
284277
### 📣 Reporting Issues
285278
Found a bug or unexpected behavior? Please open an issue on our GitHub repo and describe:

0 commit comments

Comments
 (0)