Skip to content

Commit

Permalink
Migrate to JeKa 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
djeang committed Jun 16, 2024
1 parent e6e8165 commit ca2ae8b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: git fetch --prune --unshallow --tags
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build and publish
env:
OSSRH_USER: ${{ secrets.OSSRH_USER }}
OSSRH_PWD: ${{ secrets.OSSRH_PWD }}
JEKA_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
run: ./jekaw project#pack project#publish
run: "./jeka base: pack maven: publish"

0 comments on commit ca2ae8b

Please sign in to comment.