You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: remove notarization env vars from tauri-action
Tauri's bundler uses var_os() which treats empty strings as present,
causing notarization to fail with "Team ID must be at least 3 characters"
when APPLE_TEAM_ID is empty. Remove all notarization vars (APPLE_ID,
APPLE_PASSWORD, APPLE_TEAM_ID) — add them back when a valid Apple
Developer certificate is configured.
Also resets versions to v0.0.12 for clean v0.1.0 release.
Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>
0 commit comments