Skip to content

Commit deb3617

Browse files
fix: pipeline syntax
1 parent 3c19b33 commit deb3617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
gpg --pinentry-mode loopback --passphrase "$GPG_PASSWORD_KEY" --sign README.md
2929
- id: publish-to-central
3030
name: Publish to Central Repository
31-
bash: shell
31+
shell: bash
3232
env:
3333
CENTRAL_MAVEN_USERNAME: ${{ secrets.CENTRAL_MAVEN_USERNAME }}
3434
CENTRAL_MAVEN_PASSWORD: ${{ secrets.CENTRAL_MAVEN_PASSWORD }}

0 commit comments

Comments
 (0)