Skip to content

Commit d217cb8

Browse files
marc2332begonaalvarezd
authored andcommitted
fix(wallet): Only fetch commits on non-production releases (#11179)
Improvement over #11176 0 is falsy...
1 parent 4211b69 commit d217cb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/apps_wallet_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
8585
with:
8686
fetch-tags: ${{ env.DEPLOY_TYPE == 'production' }}
87-
fetch-depth: ${{ env.DEPLOY_TYPE == 'production' && 0 || 1 }}
87+
fetch-depth: ${{ env.DEPLOY_TYPE == 'production' && '0' || '1' }}
8888
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
8989
- name: Install Nodejs
9090
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0

0 commit comments

Comments
 (0)