0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-30 20:33:54 -05:00

chore: fix typo in release workflow (#2041)

This commit is contained in:
Gao Sun 2022-10-01 23:41:14 +08:00 committed by GitHub
parent e254339e8e
commit 44d9177161
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,7 +62,7 @@ jobs:
runs-on: ubuntu-latest
needs: dockerize
environment: dev
if: ${{ !startsWith(github.ref, 'refs/tags/')' }}
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
steps:
- name: Login via Azure CLI