Skip to content

Commit

Permalink
build: run jreleaser from root
Browse files Browse the repository at this point in the history
  • Loading branch information
metacosm committed Mar 22, 2024
1 parent 6887f3c commit d380e9e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/native-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,5 @@ jobs:
env:
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
ls -la
pushd server
ls -la
mvn -ntp -B --file pom.xml -Prelease -DartifactsDir=artifacts jreleaser:full-release -Djreleaser.dry.run=true
popd server
ls -la artifacts
mvn -ntp -B --file server/pom.xml -Prelease -DartifactsDir=artifacts jreleaser:full-release -Djreleaser.dry.run=true

0 comments on commit d380e9e

Please sign in to comment.