Skip to content

Commit

Permalink
Bump release workflow to fix wrong working directory (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
raminqaf authored Dec 12, 2024
1 parent fe928d4 commit 67bb110
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
jobs:
build-and-test:
name: Build, Test and Assess code quality
uses: bakdata/ci-templates/.github/workflows/[email protected].2
uses: bakdata/ci-templates/.github/workflows/[email protected].3
with:
java-version: 21
gradle-version: 8.4
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push sentence producer image
uses: bakdata/ci-templates/actions/[email protected].2
uses: bakdata/ci-templates/actions/[email protected].3
with:
full-image-name: bakdata/kpops-demo-sentence-producer
class: com.bakdata.kpops.examples.SentenceProducer
Expand All @@ -56,7 +56,7 @@ jobs:
working-directory: ${{ env.working-directory }}

- name: Build and push word count image
uses: bakdata/ci-templates/actions/[email protected].2
uses: bakdata/ci-templates/actions/[email protected].3
with:
full-image-name: bakdata/kpops-demo-word-count-app
class: com.bakdata.kpops.examples.WordCountApplication
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
java-gradle-release:
name: Java Gradle Release
uses: bakdata/ci-templates/.github/workflows/[email protected].2
uses: bakdata/ci-templates/.github/workflows/[email protected].3
with:
java-version: 21
release-type: "${{ inputs.release-type }}"
Expand Down
2 changes: 1 addition & 1 deletion word-count/code/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=2.0.0-SNAPSHOT
version=1.0.0-SNAPSHOT
org.gradle.caching=true
org.gradle.parallel=true

0 comments on commit 67bb110

Please sign in to comment.