ci: remove dependency on non-existent step in release
This commit is contained in:
parent
1798a3f0a9
commit
adef4b22f1
@ -10,7 +10,6 @@ jobs:
|
|||||||
if: "!startsWith(github.event.head_commit.message, 'bump:')"
|
if: "!startsWith(github.event.head_commit.message, 'bump:')"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Bump version and create changelog with commitizen
|
name: Bump version and create changelog with commitizen
|
||||||
needs: deploy
|
|
||||||
steps:
|
steps:
|
||||||
- name: Get secrets from vault
|
- name: Get secrets from vault
|
||||||
id: import-secrets
|
id: import-secrets
|
||||||
|
Loading…
Reference in New Issue
Block a user