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

ci: fix workflow env (#2154)

This commit is contained in:
Gao Sun 2022-10-13 22:08:59 +08:00 committed by GitHub
parent b7239af7f5
commit 94fc68a889
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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