File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ jobs:
135135 - name : Commit release version
136136 run : |
137137 VERSION=${{ inputs.version }}
138- sed -i -e "s/^\:project-version\:\ + .*/:project-version: $VERSION/g" README.adoc
138+ sed -i -e "s/^\:project-version\:\ .*/:project-version: $VERSION/g" README.adoc
139139 git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
140140 git config --global user.name "GitHub Action"
141141 git add pom.xml README.adoc
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ jobs:
130130 - name : Commit release version
131131 run : |
132132 VERSION=${{ inputs.version }}
133- sed -i -e "s/^\:project-version\:\ + .*/:project-version: $VERSION/g" README.adoc
133+ sed -i -e "s/^\:project-version\:\ .*/:project-version: $VERSION/g" README.adoc
134134 git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
135135 git config --global user.name "GitHub Action"
136136 git add VERSION README.adoc
You can’t perform that action at this time.
0 commit comments