Skip to content

Commit f785e6b

Browse files
committed
update workflow name
1 parent 19be424 commit f785e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
2727
restore-keys: ${{ runner.os }}-maven-
2828

29-
- name: Deploy SNAPSHOT to Sonatype
29+
- name: Deploy Release to Sonatype
3030
uses: samuelmeuli/action-maven-publish@v1
3131
with:
3232
gpg_private_key: ${{ secrets.JAVA_GPG_PRIVATE_KEY }}

0 commit comments

Comments
 (0)