fix(build): Fix release.yml dependency names

This commit is contained in:
Valters Melnalksnis
2022-06-14 21:19:11 +03:00
parent 1ba2770b05
commit f3ec6e30cc
+1 -1
View File
@@ -45,7 +45,7 @@ jobs:
create-release:
name: Create release
needs: build
needs: build-artifacts
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/')
steps: