Skip to content

Commit

Permalink
Since secrets are store in caps letters so we have to make the tag in…
Browse files Browse the repository at this point in the history
… caps letter.
  • Loading branch information
MohitMaliDeveloper committed Oct 31, 2024
1 parent 5559bab commit 9b12a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Set non-kiwix organization tag
run: |
non_kiwix_organization_tag="PLAYSTORE_JSON_${TAG}"
non_kiwix_organization_tag="PLAYSTORE_JSON_${TAG^^}"
echo "NON_KIWIX_ORGANIZATION_TAG=${non_kiwix_organization_tag}" >> $GITHUB_ENV
- name: Preparing signing material
Expand Down

0 comments on commit 9b12a80

Please sign in to comment.