We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c192e78 commit d1f82a5Copy full SHA for d1f82a5
.github/workflows/main.yml
@@ -21,4 +21,4 @@ jobs:
21
JEKA_CENTRAL_PORTAL_PASSWORD: ${{ secrets.CENTRAL_PORTAL_PASSWORD }}
22
JEKA_CENTRAL_PORTAL_SIGN_KEY: ${{ secrets.GPG_SECRET_KEY}}
23
JEKA_CENTRAL_PORTAL_SIGN_KEY_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
24
- run: "./jeka build centralportal: publish -cp=dev.jeka:centralportal-plugin --stacktrace"
+ run: "./jeka pack centralportal: publish -cp=dev.jeka:centralportal-plugin --stacktrace"
0 commit comments