Skip to content

v4.13.0

v4.13.0 #10

Workflow file for this run

name: Stable release 🕊️📦
on:
release:
types:
- released
- prereleased
jobs:
publish-cli:

Check failure on line 10 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / Stable release 🕊️📦

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 10, Col: 3): The workflow must contain at least one job with no dependencies.
runs-on: ubuntu-latest
needs: [Dart CI Checks, Build example project 🛠️]
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Publish
uses: sakebook/[email protected]
with:
credential: ${{ secrets.PUB_CREDENTIAL_JSON }}
package_directory: ./openapi-generator-cli
flutter_package: true
skip_test: true
dry_run: false
publish-annotation:
runs-on: ubuntu-latest
needs: [Dart CI Checks, Build example project 🛠️]
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Publish
uses: sakebook/[email protected]
with:
credential: ${{ secrets.PUB_CREDENTIAL_JSON }}
package_directory: ./openapi-generator-annotations
flutter_package: true
skip_test: true
dry_run: false
publish-generator:
runs-on: ubuntu-latest
needs: [publish-annotation, publish-cli]
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Publish
uses: sakebook/[email protected]
with:
credential: ${{ secrets.PUB_CREDENTIAL_JSON }}
package_directory: ./openapi-generator
flutter_package: true
skip_test: false
dry_run: false