Skip to content

update the structure for the monorepo #1

update the structure for the monorepo

update the structure for the monorepo #1

name: "Publish Internally"
on:
workflow_dispatch:
inputs:
package:
description: "Choose the package to publish"
type: string
default: "dbt-athena"
deploy-to:
description: "Choose whether to publish to test or prod"
type: string
default: "test"
branch:
description: "Choose the branch to publish"
type: string
default: "main"
defaults:
run:
shell: bash
jobs:
publish-internal:
uses: dbt-labs/dbt-adapters/.github/workflows/_publish-internal.yml

Check failure on line 25 in .github/workflows/_publish-internal.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/_publish-internal.yml

Invalid workflow file

invalid value workflow reference: no version specified
with:
package: ${{ inputs.package }}
deploy-to: ${{ inputs.deploy-to }}
branch: ${{ inputs.branch }}