Skip to content

Commit 3b5bd35

Browse files
committed
Revert "try without version"
This reverts commit ff9206b.
1 parent ff9206b commit 3b5bd35

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/maven-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
- name: Build with Maven 🔧
3434
run: mvn --batch-mode package -P ${{ matrix.profile }}
3535

36+
- name: Write version 🪩
37+
run: git rev-parse HEAD > target/dist/latest.txt
38+
3639
- name: Deploy 🚀
3740
uses: JamesIves/github-pages-deploy-action@v4
3841
with:

0 commit comments

Comments
 (0)