Skip to content

Commit

Permalink
Remove extra dot from sed command
Browse files Browse the repository at this point in the history
  • Loading branch information
eygraber committed Sep 5, 2022
1 parent 6090727 commit b071a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
run: |
sed -i -e 's/${{ env.CURRENT_VERSION }}/${{ env.NEXT_VERSION }}/g' gradle.properties && \
sed -i -e 's/${{ env.CURRENT_VERSION }}/${{ env.NEXT_VERSION }}/g' build-logic/gradle.properties && \
sed -i -E -e 's/uri-kmp(:|\/)[0-9]+\.[0-9]+\.[0-9]+\./uri-kmp\1${{ env.RELEASE_VERSION }}/g' README.md
sed -i -E -e 's/uri-kmp(:|\/)[0-9]+\.[0-9]+\.[0-9]+/uri-kmp\1${{ env.RELEASE_VERSION }}/g' README.md
- name: Commit next dev version
id: commit_next_dev
Expand Down

0 comments on commit b071a57

Please sign in to comment.