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 6e79888 commit e7d4822Copy full SHA for e7d4822
.github/workflows/publish.yml
@@ -11,7 +11,8 @@ jobs:
11
name: Release
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v3
+ - name: Checkout
15
+ uses: actions/checkout@v3
16
with:
17
fetch-depth: 0
18
.github/workflows/release.yml
@@ -62,7 +62,7 @@ jobs:
62
- name: Commit release version
63
run: |
64
VERSION=${{ github.event.inputs.version }}
65
- sed -i -e "s/^\:project-version\:\ \ \ .*/:project-version: $VERSION/g" README.adoc
+ sed -i -e "s/^\:project-version\:\ \ \ \ .*/:project-version: $VERSION/g" README.adoc
66
git add pom.xml
67
git add README.adoc
68
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
0 commit comments