We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 053111c commit 95e1abeCopy full SHA for 95e1abe
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Publish Plugin
27
if: github.ref == 'refs/heads/main'
28
env:
29
- MAVEN_USERNAME: ${{ vars.MAVEN_USERNAME }}
+ MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
30
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
31
# TODO: add publishPlugins task
32
run: ./gradlew publish
0 commit comments