0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-10 22:22:45 -05:00

ci: set environment for release workflow

This commit is contained in:
Gao Sun 2022-10-13 11:32:48 +08:00
parent c16970f450
commit 898eec2af3
No known key found for this signature in database
GPG key ID: 13EBE123E4773688

View file

@ -12,6 +12,7 @@ concurrency:
jobs:
dockerize:
environment: ${{ startsWith(github.ref, 'refs/tags/') && 'release' }}
runs-on: ubuntu-latest
steps:
@ -79,6 +80,7 @@ jobs:
create-github-release:
environment: release
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/')