Skip to content

Commit be53197

Browse files
authored
require manual approval before releasing new fw-lite versions
1 parent 8cb4da4 commit be53197

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/fw-lite.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,9 @@ jobs:
299299

300300
create-release:
301301
if: ${{ github.ref_name == 'main' }}
302+
environment:
303+
name: production
304+
url: https://lexbox.org/fw-lite
302305
name: Create Release
303306
needs: [ build-and-test, publish-win, publish-linux, publish-mac, publish-android]
304307
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)