Skip to content

Merge pull request #39 from nowsprinting/chore/takescreenshot_from_as… #43

Merge pull request #39 from nowsprinting/chore/takescreenshot_from_as…

Merge pull request #39 from nowsprinting/chore/takescreenshot_from_as… #43

# Copyright (c) 2023 Koji Hasegawa.
# This software is released under the MIT License.
name: Update draft release
on:
push:
branches:
- master
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
release-drafter:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: read
steps:
- uses: release-drafter/release-drafter@v5
with:
config-name: release-drafter.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}