Skip to content

Make api as a separate module #1593

Make api as a separate module

Make api as a separate module #1593

Workflow file for this run

name: Function-Mesh Release Notes
on:
push:
branches:
- master
paths-ignore:
- 'docs/**'
- 'README.md'
pull_request:
# Only following types are handled by the action, but one can default to all as well
types: [ opened, reopened, synchronize ]
permissions:
contents: read
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- name: clean disk
run: |
sudo swapoff -a
sudo rm -rf /swapfile /usr/share/dotnet /usr/local/lib/android /opt/ghc
sudo apt clean
docker rmi $(docker images -q) -f
df -h
- name: release note
uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}