Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AB-xdev authored Feb 2, 2024
1 parent f0e390c commit 66e0aba
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 @@ -98,7 +98,7 @@ jobs:
## Usage
Execute the following maven command in the maven project that you want to migrate:
```
mvn -U org.openrewrite.maven:rewrite-maven-plugin:run \
mvn org.openrewrite.maven:rewrite-maven-plugin:run \
-Drewrite.recipeArtifactCoordinates=software.xdev:${{ env.PRIMARY_MAVEN_MODULE }}:${{ steps.version.outputs.release }} \
-Drewrite.activeRecipes=software.xdev.spring.data.eclipse.store.JpaMigration
```
Expand Down

0 comments on commit 66e0aba

Please sign in to comment.