From da8645c4a3dca267102489e2988f4bc055241449 Mon Sep 17 00:00:00 2001 From: MichalKinas Date: Wed, 25 Feb 2026 13:19:06 +0100 Subject: [PATCH] Remove failing migrations --- .github/workflows/release.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 847db1818f..a764c12154 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -88,12 +88,6 @@ jobs: run: | set -u; ./scripts/github/build/bumpversion.sh - - name: Set migrations - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 - with: - script: | - const setMigrations = require('./scripts/github/release/set-migrations.js'); - setMigrations(); - name: build libraries run: | npx nx run-many -t build --prod --skip-nx-cache