Skip to content

0.7.6 Hotfix (#531) #11

0.7.6 Hotfix (#531)

0.7.6 Hotfix (#531) #11

name: Release Drafter
on:
push:
branches:
- Main
- update-gitactions # for testing edits to this configuration
jobs:
draft:
runs-on: ubuntu-latest
steps:
- name: Release Drafter
if: github.repository == 'Project-Hatchet/H-60'
uses: release-drafter/release-drafter@v6.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}