Skip to content

chore: cleaned up tests, updated docs and prepared for final release #20

chore: cleaned up tests, updated docs and prepared for final release

chore: cleaned up tests, updated docs and prepared for final release #20

Workflow file for this run

name: Stable release 🕊️📦
on:
release:
types:
- released
- prereleased
workflow_dispatch:
jobs:
test:
uses: gibahjoe/openapi-generator-dart/.github/workflows/code_quality.yml@master
publish:
name: Publish Packages with Melos
runs-on: ubuntu-latest
needs: [test]
steps:
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
- uses: bluefireteam/melos-action@v3
- name: Authenticate with Pub

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

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

You have an error in your yaml syntax on line 21
run: echo "${{ secrets.PUB_CREDENTIAL_JSON }}" > ~/.pub-cache/credentials.json
- name: Publish
run: melos publish --no-dry-run --yes