Skip to content

Commit 3bd8c71

Browse files
committed
removed fastlane dev flavor
1 parent b89a416 commit 3bd8c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
bundle install --path vendor/bundle
2525
# Runs build with Gradle
2626
- name: Build with Fastlane
27-
run: bundle exec fastlane debug_dev
27+
run: bundle exec fastlane debug
2828
- name: Send notification of build result
2929
uses: 8398a7/action-slack@v3
3030
with:

0 commit comments

Comments
 (0)