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