Skip to content

fix: LIST_FILE: unbound variable encountered with no arguments (#10) #11

fix: LIST_FILE: unbound variable encountered with no arguments (#10)

fix: LIST_FILE: unbound variable encountered with no arguments (#10) #11

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- main
pull_request:
types:
- opened
- reopened
- edited
- synchronize
permissions:
contents: read
jobs:
update_release_draft:
permissions:
contents: write
pull-requests: write
checks: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}