feat: add automated publishing to shorebird_code_push (#197)
* feat: add automated publishing to shorebird_code_push * include version bump
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
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
|
||||
Reference in New Issue
Block a user