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 9baf877 commit 6cdfb1cCopy full SHA for 6cdfb1c
.github/workflows/draft-release.yml
@@ -12,7 +12,7 @@ on:
12
13
env:
14
MVN_USR: ${{ secrets.MVN_USR }}
15
- MVN_PWD: ${{ secrets.MVN_USR }}
+ MVN_PWD: ${{ secrets.MVN_PWD }}
16
17
jobs:
18
release:
.github/workflows/java-continuous-integration.yml
@@ -10,7 +10,7 @@ name: Java CI
10
on: [push, pull_request]
11
0 commit comments