Skip to content

Commit

Permalink
chore: tweak dependencies for release publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
utybo committed Oct 20, 2024
1 parent 94c27cc commit 085eeac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
name: Publish release
if: "github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')"
runs-on: ubuntu-latest
needs: [validate-wrapper, check, build-deploy-website]
needs: [validate-wrapper, check, build-deploy-website, check-examples]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
Expand Down

0 comments on commit 085eeac

Please sign in to comment.