Skip to content

Commit

Permalink
Merge pull request #527 from nimblehq/chore/502-remove-bump-version-x…
Browse files Browse the repository at this point in the history
…ml-step-from-bump-version-workflow

[#502] Remove Bump version XML step from Bump version workflow
  • Loading branch information
ryan-conway authored Oct 9, 2023
2 parents bf97594 + a7ab8fc commit 1b3d92e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ jobs:
run: |
perl -i -pe 's/^(templateScriptVersion=(.*))$/"templateScriptVersion=${{ github.event.inputs.newVersion }}"/e' version.properties
- name: Bump version XML
run: |
perl -i -pe 's/ANDROID_VERSION_NAME =(.*)$/ANDROID_VERSION_NAME = "${{ github.event.inputs.newVersion }}"/g' sample-xml/buildSrc/src/main/java/Versions.kt
- name: Bump version Compose
run: |
perl -i -pe 's/ANDROID_VERSION_NAME =(.*)$/ANDROID_VERSION_NAME = "${{ github.event.inputs.newVersion }}"/g' sample-compose/buildSrc/src/main/java/Versions.kt
Expand Down

0 comments on commit 1b3d92e

Please sign in to comment.