Skip to content

fix(geography): lowers deps versions #19

fix(geography): lowers deps versions

fix(geography): lowers deps versions #19

Workflow file for this run

name: deploy
on:
push:
tags:
- "v*"
jobs:
geography:
name: 🌍 Geography
if: ${{ github.ref_type == 'tag' && endsWith(github.ref_name, '-geography') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1
- name: 🚀 Publish geography
uses: k-paxian/[email protected]
with:
accessToken: ''
refreshToken: ''
credentialJson: ${{secrets.PUB_DEV_CREDENTIALS}}
relativePath: geography
cobertura:
name: ⛱ Cobertura
if: ${{ github.ref_type == 'tag' && endsWith(github.ref_name, '-cobertura') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dart-lang/setup-dart@v1
- name: 🚀 Publish cobertura
uses: k-paxian/[email protected]
with:
accessToken: ''
refreshToken: ''
credentialJson: ${{secrets.PUB_DEV_CREDENTIALS}}
relativePath: cobertura
dynamo_json:
name: 📇 DynamoJson
if: ${{ github.ref_type == 'tag' && endsWith(github.ref_name, '-dynamo_json') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dart-lang/setup-dart@v1
- name: 🚀 Publish DynamoJson
uses: k-paxian/[email protected]
with:
accessToken: ''
refreshToken: ''
credentialJson: ${{secrets.PUB_DEV_CREDENTIALS}}
relativePath: dynamo_json