Skip to content

Commit

Permalink
Remove doc version update from the release
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaTP committed Nov 22, 2024
1 parent 0bc4ef6 commit b1dd2c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
- name: Set the version
run: |
mvn versions:set -DgenerateBackupPoms=false -DnewVersion=${{ github.event.inputs.release-version }}
./scripts/update-docs-version ${{ github.event.inputs.release-version }}
git add .
git commit -m "Release version update ${{ github.event.inputs.release-version }}"
git push
Expand Down

0 comments on commit b1dd2c5

Please sign in to comment.