Skip to content
This repository was archived by the owner on Mar 6, 2024. It is now read-only.

Commit 53c6873

Browse files
committed
Fixes #1902 - Do not set the app version in CI (#1903)
1 parent 565b481 commit 53c6873

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

bitrise.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -214,26 +214,22 @@ workflows:
214214
steps:
215215
- set-xcode-build-number@1:
216216
inputs:
217-
- build_short_version_string: "$BITRISE_GIT_TAG"
218217
- build_version_offset: '3250'
219218
- plist_path: Blockzilla/Info.plist
220219
title: Set Blockzilla version numbers
221220
- set-xcode-build-number@1:
222221
inputs:
223-
- build_short_version_string: "$BITRISE_GIT_TAG"
224222
- build_version_offset: '3250'
225223
- plist_path: ContentBlocker/Info.plist
226224
title: Set ContentBlocker version numbers
227225
- set-xcode-build-number@1:
228226
inputs:
229-
- build_short_version_string: "$BITRISE_GIT_TAG"
230227
- build_version_offset: '3250'
231228
- plist_path: FocusIntentExtension/Info.plist
232229
title: Set FocusIntentExtension version numbers
233230
- set-xcode-build-number@1:
234231
inputs:
235232
- build_version_offset: '3250'
236-
- build_short_version_string: "$BITRISE_GIT_TAG"
237233
- plist_path: OpenInFocus/Info.plist
238234
title: Set OpenInFocus version numbers
239235
meta:

0 commit comments

Comments
 (0)