From 60054631e60d3aae6b6226036da2fef14691ce1c Mon Sep 17 00:00:00 2001 From: sjuergen Date: Thu, 8 May 2025 14:38:34 +0200 Subject: [PATCH] chore(workflows): delete old workflow --- .github/workflows/release-library.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/workflows/release-library.yml diff --git a/.github/workflows/release-library.yml b/.github/workflows/release-library.yml deleted file mode 100644 index cad5d0d..0000000 --- a/.github/workflows/release-library.yml +++ /dev/null @@ -1,15 +0,0 @@ -on: - push: - # Pattern matched against refs/tags - tags: - - '*' - -jobs: - release-apax-lib: - uses: simatic-ax/actions/.github/workflows/apax-publish.yml@stable - secrets: - APAX_TOKEN: ${{ secrets.APAX_TOKEN }} - DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }} - APAX_SIGNKEY: ${{ secrets.APAX_SIGNKEY }} - with: - VERSION: ${{ github.ref_name }} \ No newline at end of file