Skip to content

Commit

Permalink
use commit tag as version and set release.url property
Browse files Browse the repository at this point in the history
  • Loading branch information
lueck committed Dec 19, 2024
1 parent 96f4cbb commit b8a87d3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,8 @@ jobs:
distribution: 'adopt'
cache: maven

- name: run maven to get ediarum
run: mvn --batch-mode --update-snapshots generate-sources

- name: run maven
run: mvn --batch-mode --update-snapshots package
- name: build with maven
run: ./mvnw -Drevision=${{github.ref_name}} -Dchangelist="" -Drelease.url="https://github.com/SCDH/oxbytao/releases/download/${{ github.ref_name }}/" --batch-mode --update-snapshots package

- name: create release
uses: actions/create-release@v1
Expand Down

0 comments on commit b8a87d3

Please sign in to comment.