1
0
mirror of https://github.com/lensapp/lens.git synced 2024-09-21 06:17:36 +03:00
lens/.github/workflows/release-drafter.yml
Jari Kolehmainen 06b884f3fb
Fix release-drafter yaml error (#2058)
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2021-02-02 09:42:14 +02:00

17 lines
391 B
YAML

name: Release Drafter
on:
push:
# branches to consider in the event; optional, defaults to all
branches:
- master
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}