Skip to content

Merge pull request #122 from TheDragonCode/dependabot/github_actions/… #130

Merge pull request #122 from TheDragonCode/dependabot/github_actions/…

Merge pull request #122 from TheDragonCode/dependabot/github_actions/… #130

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 }}