summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorPaul-Christian Volkmer2026-02-13 12:57:24 +0100
committerGitHub2026-02-13 12:57:24 +0100
commitbfeebbab67eeda34acf8ceef6bf2cb7c583f1f4a (patch)
tree68c0b4a860bb8aad6e6ca972913f84fa6985b86f /.github/workflows/ci.yml
parent1b006d43d181f09a03f8df7c9fdbf0213835fdbf (diff)
feat: add methods to collect lastest ATC codes (#251)
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml8
1 files changed, 4 insertions, 4 deletions
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