Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
Change sonatype url
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Delporte committed Dec 15, 2022
1 parent f60accf commit 430ade1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest

steps:
#- name: Get deployment approval
# uses: trstringer/manual-approval@v1
# with:
# secret: ${{ github.TOKEN }}
# approvers: FDelporte
- name: Checkout
uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -64,8 +68,5 @@ jobs:
JRELEASER_GPG_SECRET_KEY: ${{ secrets.JRELEASER_GPG_SECRET_KEY }}
JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.JRELEASER_GPG_PUBLIC_KEY }}
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
only:
- main
when: manual
run: |
mvn -ntp -B jreleaser:full-release

0 comments on commit 430ade1

Please sign in to comment.