Skip to content

fix(graphql): update normalize dependency to version 0.9.1 (#1448) #380

fix(graphql): update normalize dependency to version 0.9.1 (#1448)

fix(graphql): update normalize dependency to version 0.9.1 (#1448) #380

Workflow file for this run

name: Release (dart)
on:
release:
types: [created]
tags:
- graphql-v*
push:
workflow_run:
workflows:
- "Test"
- "Build"
branches: [ main ]
types:
- completed
jobs:
publishing:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v2 # required!
- name: 'publish graphql to to Pub.dev'
uses: k-paxian/dart-package-publisher@master
with:
credentialJson: ${{ secrets.CREDENTIAL_JSON }}
flutter: false
skipTests: true
force: true
dryRunOnly: ${{ github.event_name != 'release' }}
relativePath: './packages/graphql/'