Skip to content

Publish Release

Publish Release #36

Workflow file for this run

name: Publish Release
on:
workflow_dispatch:
repository_dispatch:
types: [ connector-release-pipeline ]
jobs:
call_workflow:
name: Run Release Workflow
if: ${{ github.repository_owner == 'ballerina-platform' }}
uses: ballerina-platform/ballerina-standard-library/.github/workflows/release-package-connector-template.yml@main
secrets: inherit
with:
package-name: redis
package-org: ballerinax