mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-30 23:14:37 +00:00
chore: update release workflows to include production environment
- Added 'Production' environment specification to the create-release and build jobs in the GitHub Actions workflow.
This commit is contained in:
@@ -159,6 +159,7 @@ jobs:
|
||||
create-release:
|
||||
name: Create GitHub release
|
||||
runs-on: ubuntu-latest
|
||||
environment: Production
|
||||
needs: prepare-release
|
||||
outputs:
|
||||
release_id: ${{ steps.create.outputs.release_id }}
|
||||
@@ -203,6 +204,7 @@ jobs:
|
||||
name: Build and upload artifacts
|
||||
needs: [prepare-release, create-release]
|
||||
runs-on: ${{ matrix.settings.platform }}
|
||||
environment: Production
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
||||
Reference in New Issue
Block a user