Skip to content

Commit

Permalink
Merge pull request #1265 from gtroitsk/fix-release-workflow
Browse files Browse the repository at this point in the history
[1.4.z] Build extensions profile in release workflow
  • Loading branch information
mjurc authored Aug 28, 2024
2 parents 033aed7 + 19f99e1 commit 7e9382c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Maven release ${{steps.metadata.outputs.current-version}}
run: |
git checkout -b release
mvn -B release:prepare -Prelease,framework,examples -DautoVersionSubmodules -DreleaseVersion=${{steps.metadata.outputs.current-version}} -DdevelopmentVersion=${{steps.metadata.outputs.next-version}}-SNAPSHOT
mvn -B release:prepare -Prelease,framework,extensions,examples -DautoVersionSubmodules -DreleaseVersion=${{steps.metadata.outputs.current-version}} -DdevelopmentVersion=${{steps.metadata.outputs.next-version}}-SNAPSHOT
git checkout ${{github.base_ref}}
git rebase release
mvn -B release:perform -DskipITs -Prelease,framework
Expand Down
2 changes: 1 addition & 1 deletion extensions/metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkus.qe</groupId>
<artifactId>quarkus-test-parent</artifactId>
<version>1.4.9-SNAPSHOT</version>
<version>1.4.10-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<artifactId>extension-metrics</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/tracing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkus.qe</groupId>
<artifactId>quarkus-test-parent</artifactId>
<version>1.4.9-SNAPSHOT</version>
<version>1.4.10-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<artifactId>extension-tracing</artifactId>
Expand Down

0 comments on commit 7e9382c

Please sign in to comment.