Skip to content

fix(ci): update release workflow #13

fix(ci): update release workflow

fix(ci): update release workflow #13

Workflow file for this run

name: Publish to pub.dev
on:
push:
tags:
- "[0-9]+.[0-9]+.[0-9]+*"
jobs:
publish:
name: "Publish to pub.dev"
permissions:
id-token: write # This is required for requesting the JWT
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: "stable"
cache: true
- run: flutter --version
- name: Publish to pub.dev
run: dart pub publish -f