From f551d7674ca061ccab6e51762566dc197769733e Mon Sep 17 00:00:00 2001 From: Ingleiv Johansen Date: Tue, 8 Oct 2024 15:57:54 +0200 Subject: [PATCH] Enable Jakarta release, version appended (#63) --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2d55995..f72d7b7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,6 @@ jobs: echo "revision=$TIME-$COMMIT" >> $GITHUB_OUTPUT release: - if: false needs: revision runs-on: ubuntu-latest permissions: @@ -44,7 +43,7 @@ jobs: REVISION: ${{ needs.revision.outputs.revision }} shell: bash run: | - mvn -B -Drevision="${REVISION}" source:jar deploy + mvn -B -Drevision="${REVISION}-jakarta" source:jar deploy release-javax: needs: revision