Skip to content

chore: remove updater_tools, I believe they're unused. (#198) #1

chore: remove updater_tools, I believe they're unused. (#198)

chore: remove updater_tools, I believe they're unused. (#198) #1

Workflow file for this run

name: Publish to pub.dev
on:
push:
tags:
- 'shorebird_code_push-v[0-9]+.[0-9]+.[0-9]+*' # for tags like: 'v1.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: shorebird_code_push