Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump release workflow to fix wrong working directory #31

Merged
merged 2 commits into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
yannick-roeder marked this conversation as resolved.
Show resolved Hide resolved
org.gradle.caching=true
org.gradle.parallel=true