Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

FIX: upload to different artifact names (#17) #34

FIX: upload to different artifact names (#17)

FIX: upload to different artifact names (#17) #34

name: Release Drafter
on:
push:
branches:
- main
- epic/*
workflow_dispatch:
jobs:
update_release_draft:
runs-on: ubuntu-22.04
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}