diff --git a/.github/workflows/regenerate-updater34-manifest.yml b/.github/workflows/regenerate-updater34-manifest.yml deleted file mode 100644 index 40d8fad..0000000 --- a/.github/workflows/regenerate-updater34-manifest.yml +++ /dev/null @@ -1,43 +0,0 @@ -name: Regenerate Updater 3.4 Manifest - -on: - push: - branches: - - feature/updater-3.4-lifecycle - -permissions: - contents: write - -concurrency: - group: regenerate-updater-34-manifest - cancel-in-progress: true - -jobs: - regenerate: - if: ${{ github.actor != 'github-actions[bot]' }} - runs-on: ubuntu-latest - timeout-minutes: 10 - steps: - - uses: actions/checkout@v6 - with: - ref: feature/updater-3.4-lifecycle - fetch-depth: 0 - - uses: actions/setup-node@v4 - with: - node-version: '22.x' - - name: Hilfsworkflow entfernen und Manifest erzeugen - shell: bash - run: | - set -euo pipefail - rm -f .github/workflows/regenerate-updater34-manifest.yml - node tools/generate-release-manifest.mjs . - git diff --check - - name: Manifest committen - shell: bash - run: | - set -euo pipefail - git config user.name 'vendoo-release-bot' - git config user.email 'vendoo-release-bot@users.noreply.github.com' - git add --all - git commit -m 'chore: regenerate updater 3.4 release manifest' - git push origin HEAD:feature/updater-3.4-lifecycle diff --git a/release-manifest.json b/release-manifest.json index 172e8bb..67e1fb5 100644 --- a/release-manifest.json +++ b/release-manifest.json @@ -61,8 +61,8 @@ }, { "path": ".github/workflows/ci.yml", - "sha256": "436a3db88e8e9243ee6cff1ee4edced25651da0fd42abff173933247ccc9cc59", - "size": 7268 + "sha256": "c0e80dbafb1d1491b851eb002dc323e52ea89e7e0456dde034f3303a8f4751c2", + "size": 8173 }, { "path": ".github/workflows/release.yml", @@ -3206,8 +3206,8 @@ }, { "path": "tools/verify-updater-ci-lifecycle-3.4.mjs", - "sha256": "e0227ebc5d5419146a13c19c4bb473cfc8322afad05a2619f1ed83337980f0e0", - "size": 2907 + "sha256": "02a0e0d28bfcc3424fe6929ebbe79b0e8000e35d8d4d60aa8b83622baa6800d1", + "size": 3709 }, { "path": "tools/verify-updater-hang-hotfix-1.43.0.mjs",