Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,17 @@ on:
types: [ stdlib-release-pipeline ]

jobs:
cleanup:
name: Manual cleanup before release workflow
runs-on: ubuntu-latest
steps:
- name: Remove build directory
run: rm -rf ballerina/build || true

call_workflow:
name: Run Release Workflow
if: ${{ github.repository_owner == 'ballerina-platform' }}
# needs: cleanup # Ensures cleanup runs before this job
uses: ballerina-platform/ballerina-library/.github/workflows/release-package-template.yml@main
secrets: inherit
with:
Expand Down
File renamed without changes.
Loading