Skip to content

Commit 95e1abe

Browse files
committed
[ci skip] Fix wrong secret
1 parent 053111c commit 95e1abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Publish Plugin
2727
if: github.ref == 'refs/heads/main'
2828
env:
29-
MAVEN_USERNAME: ${{ vars.MAVEN_USERNAME }}
29+
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
3030
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
3131
# TODO: add publishPlugins task
3232
run: ./gradlew publish

0 commit comments

Comments
 (0)