diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 10f1045..6fcf52f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,16 +1,15 @@ name: Release Artifacts for AI examples on: - workflow_dispatch: {} - - inputs: - app: - type: choice - description: Which app to build and push - options: - - newsfeeder-ts - tag: - type: string - description: 'new tag for this push' + workflow_dispatch: + inputs: + app: + type: choice + description: Which app to build and push + options: + - newsfeeder-ts + tag: + type: string + description: 'new tag for this push' env: REGISTRY: ghcr.io