Skip to content

Commit

Permalink
fix-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Jan 9, 2025
1 parent e55003c commit ec31690
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
concurrency: publish-sonatype-${{ github.sha }}

env:
MILL_STABLE_VERSION: 1
MILL_SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
MILL_SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
MILL_PGP_SECRET_BASE64: ${{ secrets.SONATYPE_PGP_SECRET }}
Expand All @@ -59,12 +58,9 @@ jobs:
LC_ALL: "en_US.UTF-8"

steps:
- uses: actions/download-artifact@v4
- uses: actions/checkout@v3
with:
path: .
name: publish-artifacts

- run: git reset --hard
fetch-depth: 0

- uses: coursier/cache-action@v6

Expand Down

0 comments on commit ec31690

Please sign in to comment.