From 85c414dfb618bb33e566a166047b6990965daeb0 Mon Sep 17 00:00:00 2001 From: DominikIwanek Date: Thu, 20 Aug 2026 15:34:44 +0200 Subject: [PATCH] Release 8.0.3 - Fix PNG signature images in PDF viewer --- .github/workflows/release.yml | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d3c66cb632..591cca43f8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -133,36 +133,6 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: ./.github/actions/npm-check-bundle - push-translation-keys-to-crowdin: - name: Push translations keys to Crowdin - if: github.ref_name == 'develop' && github.event_name != 'workflow_dispatch' - runs-on: ubuntu-latest - needs: [setup] - permissions: - contents: read - packages: read - actions: read - steps: - - name: Checkout - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - - - name: Push Source Files to Crowdin - uses: crowdin/github-action@c7af9bc98b01694653031fef2a0dc6c7888ce9bc # v2.17.0 - with: - upload_sources: true - upload_sources_args: --delete-obsolete - env: - CROWDIN_TOKEN: ${{ secrets.CROWDIN_TRANSLATIONS_TOKEN }} - - pull-translation-keys-from-crowdin: - needs: push-translation-keys-to-crowdin - name: Run Crowdin pull pipeline for up-to-date sync - uses: ./.github/workflows/pull-from-crowdin.yml - secrets: - GH_APP_ENGINEERING_CONTRIB_PRIVATE_KEY: ${{ secrets.GH_APP_ENGINEERING_CONTRIB_PRIVATE_KEY }} - CROWDIN_TRANSLATIONS_TOKEN: ${{ secrets.CROWDIN_TRANSLATIONS_TOKEN }} - HXPS_GIT_COMMIT_SIGNING_PRIVATE_KEY: ${{ secrets.HXPS_GIT_COMMIT_SIGNING_PRIVATE_KEY }} - finalize: if: always() runs-on: ubuntu-latest