Skip to content

Commit ec31690

Browse files
committed
fix-publish
1 parent e55003c commit ec31690

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/actions.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ jobs:
4949
concurrency: publish-sonatype-${{ github.sha }}
5050

5151
env:
52-
MILL_STABLE_VERSION: 1
5352
MILL_SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
5453
MILL_SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
5554
MILL_PGP_SECRET_BASE64: ${{ secrets.SONATYPE_PGP_SECRET }}
@@ -59,12 +58,9 @@ jobs:
5958
LC_ALL: "en_US.UTF-8"
6059

6160
steps:
62-
- uses: actions/download-artifact@v4
61+
- uses: actions/checkout@v3
6362
with:
64-
path: .
65-
name: publish-artifacts
66-
67-
- run: git reset --hard
63+
fetch-depth: 0
6864

6965
- uses: coursier/cache-action@v6
7066

0 commit comments

Comments
 (0)