Skip to content

Commit

Permalink
fix: bump spring-zeebe version
Browse files Browse the repository at this point in the history
  • Loading branch information
markfarkas-camunda committed Apr 4, 2023
1 parent b05ba0d commit d457806
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/RELEASE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: bundle/mvn/default-bundle/
push: true #${{ github.ref == 'refs/heads/main' }}
push: ${{ github.ref == 'refs/heads/main' }}
tags: camunda/connectors-bundle:${{ github.event.inputs.version }}
platforms: linux/amd64,linux/arm64
provenance: false
Expand All @@ -151,7 +151,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: bundle/mvn/camunda-saas-bundle/
push: true #${{ github.ref == 'refs/heads/main' }}
push: ${{ github.ref == 'refs/heads/main' }}
tags: camunda/connectors-bundle-saas:${{ github.event.inputs.version }}
platforms: linux/amd64,linux/arm64
provenance: false
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<inceptionYear>2022</inceptionYear>

<properties>
<version.spring-zeebe>8.2.0-alpha3-SNAPSHOT</version.spring-zeebe>
<version.spring-zeebe>8.2.0-alpha3</version.spring-zeebe>

<version.spring-boot>3.0.5</version.spring-boot>
<version.spring-cloud-gcp-starter-logging>3.4.7</version.spring-cloud-gcp-starter-logging>
Expand Down

0 comments on commit d457806

Please sign in to comment.