Skip to content

v2.2.1 - siehe Changelog: #265

v2.2.1 - siehe Changelog:

v2.2.1 - siehe Changelog: #265

name: Release Drafter
on:
push:
branches:
- master
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- name: Release Drafter
if: github.repository == 'TacticalBaconDevs/TBMod'
uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}