Skip to content

Commit

Permalink
use git commit tag as version number
Browse files Browse the repository at this point in the history
This fixes #9
  • Loading branch information
lueck committed Nov 18, 2023
1 parent 7c7aee0 commit 878da2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
cache: maven

- name: run maven
run: mvn --batch-mode --update-snapshots package
run: mvn -Drevision=${{github.ref_name}} -Dchangelist="" --batch-mode --update-snapshots package

- name: create directory for github pages
run: mkdir -p public
Expand Down

0 comments on commit 878da2e

Please sign in to comment.