Skip to content

Bump actions/upload-artifact from 4.5.0 to 4.6.0 (#559) #497

Bump actions/upload-artifact from 4.5.0 to 4.6.0 (#559)

Bump actions/upload-artifact from 4.5.0 to 4.6.0 (#559) #497

name: Draft a release note
on:
push:
branches:
- dev
workflow_dispatch:
jobs:
draft_release:
name: Release Drafter
runs-on: ubuntu-latest
steps:
- name: Run release-drafter
uses: release-drafter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}