Skip to content

2.4.0

2.4.0 #50

Workflow file for this run

name: Publish
# Triggered manually or on release creation
on:
release:
types:
- created
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
publish:
name: Publish Flutter SDK
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Publish
# Version 1.4.1 will fail because of `Potential leak of Google OAuth Refresh Token detected.`
uses: sakebook/[email protected]
with:
credential: ${{ secrets.PUB_DEV_CREDENTIALS }}
flutter_package: true
skip_test: true
dry_run: false