Skip to content

fix(ci): use proper GitHub Actions expression for condition#18

Merged
AliRezaTaleghani merged 1 commit into
mainfrom
fix-cicd
Sep 20, 2025
Merged

fix(ci): use proper GitHub Actions expression for condition#18
AliRezaTaleghani merged 1 commit into
mainfrom
fix-cicd

Conversation

@AliRezaTaleghani

Copy link
Copy Markdown
Contributor

Update the release workflow to use the GitHub Actions expression syntax
for the decode_keystore step condition. Replace the plain string check
if: secrets.SIGNING_KEY_STORE_BASE64 != '' with the proper expression
wrapped in ${{ ... }} so the runner evaluates the secret presence
correctly.

This ensures the decode_keystore step is conditionally executed only
when the SIGNING_KEY_STORE_BASE64 secret is set, preventing false
positives and errors during CI releases.

Update the release workflow to use the GitHub Actions expression syntax
for the decode_keystore step condition. Replace the plain string check
if: secrets.SIGNING_KEY_STORE_BASE64 != '' with the proper expression
wrapped in ${{ ... }} so the runner evaluates the secret presence
correctly.

This ensures the decode_keystore step is conditionally executed only
when the SIGNING_KEY_STORE_BASE64 secret is set, preventing false
positives and errors during CI releases.
@AliRezaTaleghani AliRezaTaleghani merged commit 3a68a26 into main Sep 20, 2025
@AliRezaTaleghani AliRezaTaleghani deleted the fix-cicd branch September 20, 2025 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant