Skip to content

Publish Release

Publish Release #82

name: Publish Release
on:
workflow_dispatch:
repository_dispatch:
types: [ stdlib-release-pipeline ]
jobs:
call_workflow:
name: Run Release Workflow
if: ${{ github.repository_owner == 'ballerina-platform' }}
uses: ballerina-platform/ballerina-library/.github/workflows/release-package-template.yml@main
secrets: inherit
with:
package-name: graphql
package-org: ballerina
additional-build-flags: '-x :graphql-examples:build'