From 87f60717b6fb66d3344fca4e2d50cb4fa8cd3610 Mon Sep 17 00:00:00 2001 From: Jonathan Lukas Date: Fri, 31 Jan 2025 14:15:00 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0fa0f817..3ea9c97e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -86,21 +86,3 @@ jobs: if: always() with: files: '**/target/surefire-reports/*.xml' - publish-modeler-plugin: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@master - - name: Archive Plugin - uses: thedoctor0/zip-release@master - with: - path: 'modeler-plugin-7-to-8-converter' - type: 'zip' - filename: 'modeler-plugin-7-to-8-converter.zip' - exclusions: '*.git* /*node_modules/*' - - if: github.event.release - name: Upload Release - uses: ncipollo/release-action@v1 - with: - artifacts: "modeler-plugin-7-to-8-converter.zip" - allowUpdates: true - token: ${{ secrets.GITHUB_TOKEN }}