Skip to content

Publish to the Ballerina Dev\Stage Central #1

Publish to the Ballerina Dev\Stage Central

Publish to the Ballerina Dev\Stage Central #1

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-standard-library/.github/workflows/dev-stage-central-publish-connector-template.yml@main

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

View workflow run for this annotation

GitHub Actions / .github/workflows/dev-stage-release.yml

Invalid workflow file

error parsing called workflow ".github/workflows/dev-stage-release.yml" -> "ballerina-platform/ballerina-standard-library/.github/workflows/dev-stage-central-publish-connector-template.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit
with:
environment: ${{ github.event.inputs.environment }}
# additional-publish-flags: "-x :aws.sns-examples:build" enable once examples are added