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:
parent
e254339e8e
commit
44d9177161
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -62,7 +62,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: dockerize
|
needs: dockerize
|
||||||
environment: dev
|
environment: dev
|
||||||
if: ${{ !startsWith(github.ref, 'refs/tags/')' }}
|
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Login via Azure CLI
|
- name: Login via Azure CLI
|
||||||
|
|
Loading…
Reference in a new issue