We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19be424 commit f785e6bCopy full SHA for f785e6b
.github/workflows/deploy_release.yml
@@ -26,7 +26,7 @@ jobs:
26
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
27
restore-keys: ${{ runner.os }}-maven-
28
29
- - name: Deploy SNAPSHOT to Sonatype
+ - name: Deploy Release to Sonatype
30
uses: samuelmeuli/action-maven-publish@v1
31
with:
32
gpg_private_key: ${{ secrets.JAVA_GPG_PRIVATE_KEY }}
0 commit comments