Skip to content

Commit ecc81de

Browse files
committed
Rename step to Publish
1 parent 68294a3 commit ecc81de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
2525
settings-path: ${{ github.workspace }} # location for the settings.xml file
2626

27-
- name: Release
27+
- name: Publish
2828
uses: samuelmeuli/action-maven-publish@v1
2929
with:
3030
gpg_private_key: ${{ secrets.gpg_private_key }}

0 commit comments

Comments
 (0)