Skip to content

Merge pull request #13 from tech-andgar/feature/fix_typo_upgrade #4

Merge pull request #13 from tech-andgar/feature/fix_typo_upgrade

Merge pull request #13 from tech-andgar/feature/fix_typo_upgrade #4

Workflow file for this run

name: Publish to pub.dev
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+*' # for tags like: '1.2.3'
jobs:
publish:
permissions:
id-token: write # Required for authentication using OIDC
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
with:
# Specify the github actions deployment environment
environment: pub.dev
# working-directory: path/to/package/within/repository