Skip to content

Commit b3d195c

Browse files
Update publish.yml
1 parent ed8a62b commit b3d195c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: ./gradlew publish
3636
env:
3737
NEXUS_USER: ${{ secrets.NEXUS_USER }}
38-
NEXUS_PASS: ${{ secrets.NEXUS_PASS }}
38+
REPO_TOKEN: ${{ secrets.REPO_TOKEN }}
3939
KPAPER_VERSION: ${{ inputs.kpaper_version }}
4040
VERSION_OVERRIDE: "${{ env.VERSION }}+kpaper.${{ inputs.kpaper_version }}"
4141

0 commit comments

Comments
 (0)