Skip to content

ajust to build static and dynamic #20

ajust to build static and dynamic

ajust to build static and dynamic #20

Workflow file for this run

name: Release Notes
on:
push:
branches:
- main
jobs:
update_release_notes:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}