From bfeebbab67eeda34acf8ceef6bf2cb7c583f1f4a Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Fri, 13 Feb 2026 12:57:24 +0100 Subject: feat: add methods to collect lastest ATC codes (#251) --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eaee101..eaa49bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,8 +23,8 @@ jobs: - name: Fetch Onkostar-API run: | curl -L --user dnpm:${{ secrets.PACKAGE_TOKEN }} \ - https://git.dnpm.dev/api/packages/Plugin-JF-Onkostar/generic/onkostar-api/2.14.2/onkostar-api-2.14.2.jar \ - --output ${{ github.workspace }}/libs/onkostar-api-2.14.2.jar + https://git.dnpm.dev/api/packages/Plugin-JF-Onkostar/generic/onkostar-api/2.14.0/onkostar-api-2.14.0.jar \ + --output ${{ github.workspace }}/libs/onkostar-api-2.14.0.jar - name: Execute tests run: mvn --batch-mode verify build: @@ -45,8 +45,8 @@ jobs: - name: Fetch Onkostar-API run: | curl -L --user dnpm:${{ secrets.PACKAGE_TOKEN }} \ - https://git.dnpm.dev/api/packages/Plugin-JF-Onkostar/generic/onkostar-api/2.14.2/onkostar-api-2.14.2.jar \ - --output ${{ github.workspace }}/libs/onkostar-api-2.14.2.jar + https://git.dnpm.dev/api/packages/Plugin-JF-Onkostar/generic/onkostar-api/2.14.0/onkostar-api-2.14.0.jar \ + --output ${{ github.workspace }}/libs/onkostar-api-2.14.0.jar - name: Maven package build run: mvn --batch-mode package - name: Release -- cgit v1.2.3