Skip to content

Commit

Permalink
fix: CI and release
Browse files Browse the repository at this point in the history
  • Loading branch information
ex0ns authored Feb 1, 2025
1 parent 2a6b98f commit 661f16a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/github-dependency-graph.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: github-dependency-graph

# The API requires write permission on the repository to submit dependencies
permissions:
contents: write

on:
push:
branches:
Expand All @@ -14,5 +18,5 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '11'
- uses: ckipp01/mill-dependency-submission@v1
java-version: '17'
- uses: ckipp01/mill-dependency-submission@v1
2 changes: 1 addition & 1 deletion .github/workflows/publish_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
USERNAME: ${{ secrets.OSS_USERNAME }}
PASSWORD: ${{ secrets.OSS_PASSWORD }}
run: |
mill mill.scalalib.PublishModule/publishAll __.publishArtifacts --sonatypeCreds "$USERNAME:$PASSWORD"
mill mill.scalalib.PublishModule/ --publishArtifacts __.publishArtifacts --sonatypeCreds "$USERNAME:$PASSWORD"

0 comments on commit 661f16a

Please sign in to comment.