From 007c5a395fe4fc192d6fb32b0540e05f6d79612c Mon Sep 17 00:00:00 2001 From: "Ted M. Young" Date: Sun, 21 Jan 2024 16:45:13 -0800 Subject: [PATCH] Tell the checkout action to get the tags, too --- .github/workflows/maven.yml | 2 ++ pom.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 1da7b9d5..3ddf6e91 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -10,6 +10,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + fetch-tags: 'true' - name: Set up JDK 21 uses: actions/setup-java@v4 with: diff --git a/pom.xml b/pom.xml index e78e84c1..77fe1d47 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ com.jitterted ensembler - 0.0.0 + 1.0.0 ensembler Ensemble Registration Manager