Skip to content

Bump actions/download-artifact from 5 to 6 (#34) #16

Bump actions/download-artifact from 5 to 6 (#34)

Bump actions/download-artifact from 5 to 6 (#34) #16

name: Release Drafter
on:
workflow_dispatch:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
permissions: {}
jobs:
release-drafter:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: read
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ github.token }} # Not a typo.