Skip to content

Commit

Permalink
Actually use release drafter. (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 authored Feb 15, 2024
1 parent 6079760 commit a8078ca
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release-drafter.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: Release Drafter Action

on:
push:
branches:
- master

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a8078ca

Please sign in to comment.