Skip to content

Commit

Permalink
Work around an error in the release action (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenneg authored Mar 12, 2024
1 parent 6114fc3 commit 61e4a09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
git config --local user.name "GitHub Action"
- name: Update latest release version in docs
if: false
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
Expand Down

0 comments on commit 61e4a09

Please sign in to comment.