Skip to content

feat: add outputs descriptions to action.yaml file (#1347) #270

feat: add outputs descriptions to action.yaml file (#1347)

feat: add outputs descriptions to action.yaml file (#1347) #270

Workflow file for this run

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