Skip to content

Commit

Permalink
fix: Release on ubuntu-22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-gryzbon committed Aug 14, 2024
1 parent bb3733d commit 4524b2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ jobs:
build:
uses: lsd-consulting/shared-workflows/.github/workflows/build.yml@main
with:
operating-system: ubuntu-22.04
java-version: '17'
codecov: true
release:
needs: build
uses: lsd-consulting/shared-workflows/.github/workflows/release.yml@main
with:
java-version: '17'
secrets: inherit
secrets: inherit

0 comments on commit 4524b2f

Please sign in to comment.