Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sfuhrm committed Oct 27, 2023
1 parent a7ff3bf commit 7a31674
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
runs-on: ubuntu-latest
needs:
- generate-code
- build
steps:

- uses: actions/checkout@v3
Expand All @@ -39,7 +38,7 @@ jobs:
- name: Download source
uses: actions/download-artifact@v3
with:
name: source
name: build

- name: Cache local Maven repository
uses: actions/cache@v3
Expand Down

0 comments on commit 7a31674

Please sign in to comment.