fix(build): Fix release.yml dependency names
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user