Skip to content

Commit

Permalink
Do not rely on cached artifacts in the release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed Nov 22, 2023
1 parent 8da5df1 commit a408906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Update latest release version in docs
run: |
./mvnw -B -ntp -pl docs -am generate-resources -Denforcer.skip -Dformatter.skip -Dimpsort.skip -Dkeytool.skip -Denforce-non-deployment.skip
./mvnw -B -ntp -pl docs -am install -Denforcer.skip -Dformatter.skip -Dimpsort.skip -Dkeytool.skip -Denforce-non-deployment.skip
if ! git diff --quiet docs/antora.yml; then
git add docs/antora.yml
git commit -m "Update the latest release version ${{steps.metadata.outputs.current-version}} in documentation"
Expand Down

0 comments on commit a408906

Please sign in to comment.