Skip to content

Commit

Permalink
fix release drafter
Browse files Browse the repository at this point in the history
  • Loading branch information
mwennrich committed Aug 17, 2023
1 parent 155cf43 commit 43364c9
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:
- main

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

0 comments on commit 43364c9

Please sign in to comment.