Skip to content

Commit

Permalink
CLDR-15195 build jar sources on maven release (#1647)
Browse files Browse the repository at this point in the history
- needed to build sources after the version number change
  • Loading branch information
srl295 authored Dec 3, 2021
1 parent 86ad11d commit 263434a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
${{ runner.os }}-maven-
- name: Build with Maven
run: >
mvn -s .github/workflows/mvn-settings.xml -B compile source:jar install package --file tools/pom.xml
mvn -s .github/workflows/mvn-settings.xml -B compile install package --file tools/pom.xml
-DskipTests=true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -36,6 +36,6 @@ jobs:
# only for head fork
if: github.repository == 'unicode-org/cldr'
run: |
mvn -s .github/workflows/mvn-settings.xml --file tools/pom.xml deploy
mvn -s .github/workflows/mvn-settings.xml --file tools/pom.xml source:jar deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 263434a

Please sign in to comment.