We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96f4cbb commit b8a87d3Copy full SHA for b8a87d3
.github/workflows/release.yml
@@ -19,11 +19,8 @@ jobs:
19
distribution: 'adopt'
20
cache: maven
21
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
+ - 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
27
28
- name: create release
29
uses: actions/create-release@v1
0 commit comments