This commit is contained in:
Mauro Balades
2024-08-08 10:33:22 +02:00
parent 0de414158b
commit 7758bdabce
4 changed files with 4 additions and 3 deletions

View File

@@ -134,7 +134,7 @@ jobs:
contents: write
runs-on: ubuntu-latest
needs: [build-data, check-release]
environment: production
steps:
- name: Install Node.js
uses: actions/setup-node@v3

View File

@@ -9,6 +9,7 @@ on:
jobs:
build-linux:
environment: production
permissions:
contents: write
runs-on: ubuntu-latest

View File

@@ -6,7 +6,7 @@ on:
description: 'The version to build'
required: true
type: string
environment: production
jobs:
mac-build:
name: Build macOS - ${{ matrix.arch }}

View File

@@ -22,7 +22,7 @@ jobs:
fail-fast: false
matrix:
generic: [true, false]
environment: production
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main