Skip to content

Commit

Permalink
Update github release build
Browse files Browse the repository at this point in the history
  • Loading branch information
Narimm committed Jun 6, 2023
1 parent 3704390 commit 7be37b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ jobs:
with:
java-version: '11'
distribution: 'temurin'
- name: Checkout Tags
run: git fetch --tags origin
- name: Build with Ant
run: ant -noinput -Dbuild.number=$GITHUB_RUN_NUMBER -Dprepare=true publish
run: ant -noinput -Dbuild.number=$GITHUB_RUN_NUMBER default
- name: Release Artifacts
uses: xresloader/upload-to-github-release@v1
env:
Expand Down

0 comments on commit 7be37b3

Please sign in to comment.