Skip to content

Commit

Permalink
fix(build): do release all modules
Browse files Browse the repository at this point in the history
bla
  • Loading branch information
jonas-grgt committed Jan 16, 2024
1 parent 01a940e commit f084975
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,8 @@ jobs:
with:
java-version: '17'
distribution: 'adopt'
- name: Tag Release
uses: tvdias/github-tagger@v0.0.1
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
tag: "v${{ github.event.inputs.tag }}"
- name: Stage Release
run: ./mvn -Prelease deploy -DaltDeploymentRepository=local::file:./target/staging-deploy
- name: Release
env:
JRELEASER_NEXUS2_USERNAME: ${{ secrets.JRELEASER_NEXUS2_USERNAME }}
Expand All @@ -51,4 +48,4 @@ 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 }}
run: ./mvnw -Prelease deploy jreleaser:full-release -DaltDeploymentRepository=local::file:./target/staging-deploy --non-recursive
run: ./mvnw -Prelease jreleaser:full-release --non-recursive

0 comments on commit f084975

Please sign in to comment.