Skip to content

Merge pull request #153 from TheDragonCode/andrey-helldar-patch-1 #146

Merge pull request #153 from TheDragonCode/andrey-helldar-patch-1

Merge pull request #153 from TheDragonCode/andrey-helldar-patch-1 #146

name: Release Drafter
on:
push:
branches:
- main
paths-ignore:
- '**builds/notifications'
workflow_dispatch:
jobs:
draft:
name: Drafter
uses: TheDragonCode/.github/.github/workflows/release-drafter.yml@main
build:
needs: draft
name: App
uses: TheDragonCode/github-notifications/.github/workflows/build.yml@main
with:
tag: ${{ needs.draft.outputs.tag_name }}