Skip to content

Commit

Permalink
enable tests for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy2003 committed Jun 20, 2024
1 parent 0aab2ea commit 8bdbe11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: echo "VERSION=$(./mvnw -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec)" >> $GITHUB_ENV

- name: Build
run: ./mvnw -P release --batch-mode -DskipTests package
run: ./mvnw -P release --batch-mode package

- name: Update README.md
run: sed -i "s|<version>.*</version>|<version>${{ env.VERSION }}</version>|g" README.md
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
tag_name: ${{ env.VERSION }}
release_name: Release ${{ env.VERSION }}
draft: true
prerelease: true
prerelease: false
body: ${{steps.build_changelog.outputs.changelog}}

- name: Upload all jars to Release
Expand Down

0 comments on commit 8bdbe11

Please sign in to comment.