Skip to content

Commit d4eb7d8

Browse files
committed
🔧 CRITICAL FIX: Resolve all GitHub Actions issues
1 parent c2ec052 commit d4eb7d8

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77

88
permissions:
99
contents: write
10+
actions: read
11+
security-events: write
1012

1113
jobs:
1214
build:
@@ -52,16 +54,15 @@ jobs:
5254
tagName: ${{ github.ref_name }}
5355
releaseName: "Stage Timer Pro ${{ github.ref_name }}"
5456
releaseBody: |
55-
releaseBody: |
5657
🎯 **Stage Timer Pro** - Aplicación profesional de timer para eventos
57-
58+
5859
✨ **Características:**
5960
- ⌨️ Atajos globales (⌘+Shift+Space, ⌘+Shift+R, ⌘+Shift+F)
6061
- 🔔 Notificaciones nativas y badges en dock
6162
- 🎥 Integración con Resolume Arena (OBS + NDI)
6263
- 🖥️ Soporte dual monitor automático
6364
- 🎨 Sistema de branding profesional
64-
65+
6566
📦 **Instaladores disponibles:**
6667
- 🍎 macOS: Stage Timer Pro.dmg (Universal - Intel + Apple Silicon)
6768
- 🪟 Windows: Stage Timer Pro Setup.msi

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stage-timer",
33
"private": true,
4-
"version": "0.1.0",
4+
"version": "1.0.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"package": {
99
"productName": "Stage Timer Pro",
10-
"version": "1.0.0"
10+
"version": "1.0.2"
1111
},
1212
"tauri": {
1313
"bundle": {

0 commit comments

Comments
 (0)