feat(code_push_client): track version (#646)
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
name: Verify Version Workflow
|
||||
description: Verify the version of the package is correct
|
||||
|
||||
inputs:
|
||||
working_directory:
|
||||
required: false
|
||||
type: string
|
||||
description: "The working directory to run the command in"
|
||||
default: "."
|
||||
|
||||
runs:
|
||||
|
||||
@@ -79,8 +79,12 @@ jobs:
|
||||
filters: |
|
||||
shorebird_cli:
|
||||
- ./.github/workflows/main.yaml
|
||||
- ./.github/actions/dart_package
|
||||
- ./.github/actions/verify_version/action.yaml
|
||||
- packages/shorebird_cli/**
|
||||
shorebird_code_push_client:
|
||||
- ./.github/workflows/main.yaml
|
||||
- ./.github/actions/verify_version/action.yaml
|
||||
- packages/shorebird_code_push_client/**
|
||||
|
||||
build_dart_packages:
|
||||
needs: changes
|
||||
|
||||
Reference in New Issue
Block a user