Skip to content

Commit

Permalink
Try to fix sbt-dependency-submission
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Mar 24, 2023
1 parent 4d1f639 commit 2f29ae2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/dependency-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,17 @@ permissions:
contents: write # this permission is needed to submit the dependency graph

jobs:
publish-local:
name: Publish local
uses: playframework/.github/.github/workflows/cmd.yml@v3
with:
cmd: |
sbt +publishLocal
dependency-graph:
name: Submit dependencies to GitHub
runs-on: ubuntu-latest
needs:
- "publish-local"
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 2f29ae2

Please sign in to comment.