Skip to content

Merge branch 'master' of https://github.com/R3voA3/3den-Enhanced #5

Merge branch 'master' of https://github.com/R3voA3/3den-Enhanced

Merge branch 'master' of https://github.com/R3voA3/3den-Enhanced #5

name: Release Drafter
on:
push:
branches:
- master
jobs:
draft:
runs-on: ubuntu-latest
steps:
- name: Release Drafter
if: github.repository == 'R3voA3/3den-Enhanced'
uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}