chore: fix env

This commit is contained in:
DarkSky
2023-02-13 20:58:47 +08:00
committed by GitHub
parent 9495432714
commit 6faaae8728

View File

@@ -140,7 +140,7 @@ jobs:
name: Build Community
if: github.ref == 'refs/heads/master'
runs-on: self-hosted
environment: development
environment: production
steps:
- uses: actions/checkout@v2
@@ -244,7 +244,7 @@ jobs:
name: Build LiveDemo
if: github.ref == 'refs/heads/master'
runs-on: self-hosted
environment: development
environment: production
steps:
- uses: actions/checkout@v2