From 22f583e6b32572dc68124e933544de4ca6aa1f95 Mon Sep 17 00:00:00 2001 From: Myx Date: Wed, 11 Mar 2026 11:36:58 +0100 Subject: [PATCH] Add missing environments file swap --- .gitea/workflows/publish-draft-release.yml | 8 ++++---- angular.json | 6 ++++++ 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/publish-draft-release.yml b/.gitea/workflows/publish-draft-release.yml index b55c9b6..a8f38a5 100644 --- a/.gitea/workflows/publish-draft-release.yml +++ b/.gitea/workflows/publish-draft-release.yml @@ -15,10 +15,10 @@ jobs: - name: Checkout repository uses: https://github.com/actions/checkout@v4 - - name: Setup Node.js - uses: https://github.com/actions/setup-node@v4 - with: - node-version: 20 + # - name: Setup Node.js + # uses: https://github.com/actions/setup-node@v4 + # with: + # node-version: 20 - name: Publish draft release env: diff --git a/angular.json b/angular.json index 846a8d2..cc3f79d 100644 --- a/angular.json +++ b/angular.json @@ -86,6 +86,12 @@ }, "configurations": { "production": { + "fileReplacements": [ + { + "replace": "src/environments/environment.ts", + "with": "src/environments/environment.prod.ts" + } + ], "budgets": [ { "type": "initial",