Skip to content

Commit

Permalink
bump_version_minor
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanmino committed Apr 15, 2021
1 parent 350c947 commit e19c946
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,9 +274,14 @@ workflows:
# Notify on Slack
bump_version_minor:
steps:
- activate-ssh-key@4:
run_if: '{{getenv "SSH_RSA_PRIVATE_KEY" | ne ""}}'
- git-clone@4: {}
- nvm@1:
inputs:
- node_version: ''
- change-android-versioncode-and-versionname@1:
inputs:
- version_code_offset: '1'
- build_gradle_path: $PROJECT_LOCATION/app/build.gradle
app:
envs:
Expand Down

0 comments on commit e19c946

Please sign in to comment.