Skip to content

Commit b8a87d3

Browse files
committed
use commit tag as version and set release.url property
1 parent 96f4cbb commit b8a87d3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/release.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,8 @@ jobs:
1919
distribution: 'adopt'
2020
cache: maven
2121

22-
- name: run maven to get ediarum
23-
run: mvn --batch-mode --update-snapshots generate-sources
24-
25-
- name: run maven
26-
run: mvn --batch-mode --update-snapshots package
22+
- name: build with maven
23+
run: ./mvnw -Drevision=${{github.ref_name}} -Dchangelist="" -Drelease.url="https://github.com/SCDH/oxbytao/releases/download/${{ github.ref_name }}/" --batch-mode --update-snapshots package
2724

2825
- name: create release
2926
uses: actions/create-release@v1

0 commit comments

Comments
 (0)