We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf53351 commit 34f2e69Copy full SHA for 34f2e69
.github/workflows/release.yml
@@ -86,7 +86,7 @@ jobs:
86
echo "VERSION=${{ inputs.version }}" >> $GITHUB_OUTPUT
87
echo ${{ inputs.version }} > VERSION
88
git add VERSION
89
- sed -i -e "s/^\:project-version\:\ .*/:project-version: ${{ inputs.version }}/g" README.adoc
+ sed -i -e "s/^\:project-version\:\ .*/:project-version: ${{ inputs.version }}/g" README.adoc
90
git config --global user.email "${{ secrets.COMMIT_EMAIL }}"
91
git config --global user.name "Julien Ruaux"
92
git commit --allow-empty -a -m "Releasing version ${{ inputs.version }}"
0 commit comments