Skip to content

Commit

Permalink
build: only run jreleaser for the current platform since run from matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
metacosm committed Mar 22, 2024
1 parent d380e9e commit aea217e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/native-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ jobs:
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
ls -la artifacts
mvn -ntp -B --file server/pom.xml -Prelease -DartifactsDir=artifacts jreleaser:full-release -Djreleaser.dry.run=true
mvn -ntp -B --file server/pom.xml -Prelease -DartifactsDir=artifacts jreleaser:full-release -Djreleaser.dry.run=true -Djreleaser.select.current.platform

0 comments on commit aea217e

Please sign in to comment.