Skip to content

Update the workflow templates to use 2201.10.x branch #1

Update the workflow templates to use 2201.10.x branch

Update the workflow templates to use 2201.10.x branch #1

Workflow file for this run

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.yml2201.10.x

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

View workflow run for this annotation

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

Invalid workflow file

invalid value workflow reference: no version specified
secrets: inherit
with:
environment: ${{ github.event.inputs.environment }}