Skip to content

Commit

Permalink
Merge pull request #100 from quarkiverse/fix_release_docs
Browse files Browse the repository at this point in the history
Commit all doc include changes
  • Loading branch information
mkouba committed Aug 27, 2024
2 parents 9eef98a + 24d2c77 commit e25370c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
- name: Update latest release version in docs
run: |
mvn -B -ntp -pl docs -am generate-resources -Denforcer.skip -Dformatter.skip -Dimpsort.skip
if ! git diff --quiet docs/modules/ROOT/pages/includes/attributes.adoc; then
git add docs/modules/ROOT/pages/includes/attributes.adoc
if ! git diff --quiet docs/modules/ROOT/pages/includes; then
git add docs/modules/ROOT/pages/includes
git commit -m "Update the latest release version ${{steps.metadata.outputs.current-version}} in documentation"
fi
Expand Down

0 comments on commit e25370c

Please sign in to comment.