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 56fba5c commit 5049b01Copy full SHA for 5049b01
.github/workflows/maven-publish.yml
@@ -23,6 +23,11 @@ jobs:
23
security-events: write
24
statuses: write
25
steps:
26
+ - uses: actions/checkout@v4
27
+ - uses: actions/setup-java@v4
28
+ with:
29
+ java-version: '21'
30
+ distribution: 'temurin'
31
- name: Create private-file.key
32
run: echo "${{ secrets.GPGPASSPHRASE }}" > private-file.key
33
- name: Import private-key
@@ -33,11 +38,6 @@ jobs:
38
${{ secrets.SETTINGSXML }}
34
39
EOF
35
40
ls
36
- - uses: actions/checkout@v4
37
- - uses: actions/setup-java@v4
- with:
- java-version: '21'
- distribution: 'temurin'
41
- name: Publish package
42
run: mvn --batch-mode deploy -s settings.xml
43
env:
0 commit comments