Skip to content

Tags: reg2005/langSwitcher

Tags

v1.1.0

Toggle v1.1.0's commit message
chore: bump version to 1.1.0 (build 2)

v1.0.0

Toggle v1.0.0's commit message
Fix CI: use env vars instead of secrets in step-level if conditions

GitHub Actions does not allow secrets context in step-level if expressions
directly. Use a detect step that sets CODESIGN_ENABLED/NOTARIZE_ENABLED
env vars via GITHUB_ENV, then reference env.X in subsequent if conditions.