Skip to content

Commit bb7eba4

Browse files
committed
ci: added manual release trigger
1 parent c6d8d5c commit bb7eba4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: gibahjoe/openapi-generator-dart/.github/workflows/code_quality.yml@master
1313
publish-cli:
1414
runs-on: ubuntu-latest
15-
needs: [Dart CI Checks, Build example project 🛠️]
15+
needs: [test]
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v1
@@ -26,7 +26,7 @@ jobs:
2626
dry_run: false
2727
publish-annotation:
2828
runs-on: ubuntu-latest
29-
needs: [Dart CI Checks, Build example project 🛠️]
29+
needs: [test]
3030
steps:
3131
- name: Checkout
3232
uses: actions/checkout@v1

0 commit comments

Comments
 (0)