Skip to content

Commit

Permalink
Fix release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ia3andy committed Jan 4, 2024
1 parent 0502d6a commit 978c677
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,4 @@ jobs:
- name: Push changes to ${{github.base_ref}} branch
if: steps.check_changes.outputs.skip == 'false'
run: |
git push
git push origin ${{ steps.maven_release.outputs.release_version }}
git push
2 changes: 1 addition & 1 deletion acceptance-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.quarkus.code</groupId>
<artifactId>code-quarkus-parent</artifactId>
<version>1-SNAPSHOT</version>
<version>2-SNAPSHOT</version>
</parent>
<properties>
<maven.compiler.release>17</maven.compiler.release>
Expand Down
2 changes: 1 addition & 1 deletion base/.locker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>io.quarkus.code</groupId>
<artifactId>code-quarkus-locker</artifactId>
<name>Code Quarkus - Locker</name>
<version>1-SNAPSHOT</version>
<version>2-SNAPSHOT</version>
<packaging>pom</packaging>
<dependencyManagement>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.quarkus.code</groupId>
<artifactId>code-quarkus-parent</artifactId>
<version>1-SNAPSHOT</version>
<version>2-SNAPSHOT</version>
</parent>
<properties>
<maven.compiler.parameters>true</maven.compiler.parameters>
Expand Down
2 changes: 1 addition & 1 deletion community-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.quarkus.code</groupId>
<artifactId>code-quarkus-parent</artifactId>
<version>1-SNAPSHOT</version>
<version>2-SNAPSHOT</version>
</parent>

<artifactId>code-quarkus-community-app</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.quarkus.code</groupId>
<artifactId>code-quarkus-parent</artifactId>
<version>1-SNAPSHOT</version>
<version>2-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<compiler-plugin.version>3.11.0</compiler-plugin.version>
Expand Down

0 comments on commit 978c677

Please sign in to comment.