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
|
||||
@@ -1,3 +1,6 @@
|
||||
# 1.1.4
|
||||
- Run `dart format` over generated files to appease pub static analysis.
|
||||
|
||||
# 1.1.3
|
||||
|
||||
- Update README to improve example.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: shorebird_code_push
|
||||
description: Check for and download Shorebird code push updates from your app.
|
||||
version: 1.1.3
|
||||
version: 1.1.4
|
||||
homepage: https://shorebird.dev
|
||||
repository: https://github.com/shorebirdtech/updater/tree/main/shorebird_code_push
|
||||
|
||||
|
||||
Reference in New Issue
Block a user