Skip to content

Commit 80d40e1

Browse files
authored
fix build pipelines (#416)
1 parent 9c11e48 commit 80d40e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release
1+
name: release
22

33
on:
44
workflow_dispatch:
@@ -52,7 +52,7 @@ jobs:
5252

5353
commit_and_tag:
5454
name: Commit and Tag
55-
needs: build_and_sign
55+
needs: build_and_deploy
5656
runs-on: ubuntu-latest
5757
steps:
5858
- uses: ./.github/actions/setup-jdk

0 commit comments

Comments
 (0)