Skip to content

Commit db1fa2f

Browse files
committed
- Remove bad Make step from publish CI
1 parent 8ee6612 commit db1fa2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
4646

4747
- name: Clean, build and publish to Apache Maven Central
48-
run: make install-styleguide publish pass=${{ secrets.MAVEN_GPG_PASSPHRASE }}
48+
run: make install publish pass=${{ secrets.MAVEN_GPG_PASSPHRASE }}
4949
env:
5050
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
5151
MAVEN_CENTRAL_TOKEN: ${{ secrets.MAVEN_CENTRAL_TOKEN }}

0 commit comments

Comments
 (0)