Skip to content

Publish to the Ballerina Dev\Stage Central #3

Publish to the Ballerina Dev\Stage Central

Publish to the Ballerina Dev\Stage Central #3

name: Publish to the Ballerina Dev\Stage Central
on:
workflow_dispatch:
inputs:
environment:
type: choice
description: Select Environment
required: true
options:
- DEV CENTRAL
- STAGE CENTRAL
jobs:
call_workflow:
name: Run Dev\Stage Central Publish Workflow
if: ${{ github.repository_owner == 'ballerina-platform' }}
uses: ballerina-platform/ballerina-library/.github/workflows/dev-stage-central-publish-connector-template.yml@main
secrets: inherit
with:
environment: ${{ github.event.inputs.environment }}
additional-build-flags: "-x :aws.sns-examples:build"

Check failure on line 22 in .github/workflows/dev-stage-release.yml

View workflow run for this annotation

GitHub Actions / Publish to the Ballerina Dev\Stage Central

Invalid workflow file

The workflow is not valid. .github/workflows/dev-stage-release.yml (Line: 22, Col: 31): Invalid input, additional-build-flags is not defined in the referenced workflow.
additional-publish-flags: "-x :aws.sns-examples:build"