Skip to content

Expose wsl-lib to downstream. (#1043) #3409

Expose wsl-lib to downstream. (#1043)

Expose wsl-lib to downstream. (#1043) #3409

name: Release Drafter
on:
push:
branches:
- main
workflow_dispatch: {}
permissions:
contents: read
jobs:
update_release_draft:
permissions:
contents: write
pull-requests: read
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@693d20e7c1ce1a81d3a41962f85914253b518449 # v7.3.1
with:
token: ${{ secrets.GITHUB_TOKEN }}