Skip to content

Commit d54662c

Browse files
committed
style: Fixed indentation in README.adoc
1 parent 34f2e69 commit d54662c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
echo "VERSION=${{ inputs.version }}" >> $GITHUB_OUTPUT
8787
echo ${{ inputs.version }} > VERSION
8888
git add VERSION
89-
sed -i -e "s/^\:project-version\:\ .*/:project-version: ${{ inputs.version }}/g" README.adoc
89+
sed -i -e "s/^\:project-version\:\ .*/:project-version: ${{ inputs.version }}/g" README.adoc
9090
git config --global user.email "${{ secrets.COMMIT_EMAIL }}"
9191
git config --global user.name "Julien Ruaux"
9292
git commit --allow-empty -a -m "Releasing version ${{ inputs.version }}"

0 commit comments

Comments
 (0)