Skip to content

chore: Bump "eslint-plugin-unicorn" package version to 48.0.1 (#52) #13

chore: Bump "eslint-plugin-unicorn" package version to 48.0.1 (#52)

chore: Bump "eslint-plugin-unicorn" package version to 48.0.1 (#52) #13

name: Release Drafter
on:
workflow_dispatch:
push:
# branches to consider in the event; optional, defaults to all
branches:
- main
jobs:
update_release_draft:
runs-on: ubuntu-20.04
steps:
- uses: release-drafter/release-drafter@v5
with:
config-name: release-drafter.yaml
publish: startsWith(github.ref, "refs/tags")
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}