Skip to content

Commit

Permalink
Merge pull request #768 from canton7/bugfix/release-drafter
Browse files Browse the repository at this point in the history
Update release-drafter to run on every commit
  • Loading branch information
canton7 authored Feb 3, 2025
2 parents 48b0011 + 34c5e02 commit 322fca7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Draft a release note

on:
push:
branches:
- main
- master

jobs:
draft_release:
name: Release Drafter
runs-on: ubuntu-latest
steps:
- name: Run release-drafter
uses: release-drafter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:
contents: write

jobs:
build:
release:
name: Create release
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 322fca7

Please sign in to comment.