Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelavoyan committed Mar 21, 2024
1 parent a3d3441 commit 7b4bde0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
working-directory: VCL
env:
# RELEASE_TAG: ${{ env.GLOBAL_ENV != 'prod' && format('{0}{1}', '-', env.RC_SUFFIX ) || '' }}
RELEASE_TAG: ${{ env.GLOBAL_ENV != 'prod' && format('{0}{1}') || '' }}
RELEASE_TAG: ${{ '' }}
# Clone Additional repos
- name: Clone Additional repos
run: |
Expand Down

0 comments on commit 7b4bde0

Please sign in to comment.