Skip to content

Commit

Permalink
Bump release-drafter from 5 to 5.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RehanSaeed committed Jan 13, 2022
1 parent 6d36cc9 commit 7162409
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ on:
push:
branches:
- main
pull_request_target:
types:
- edited
- opened
- reopened
- synchronize
workflow_dispatch:

jobs:
Expand All @@ -14,6 +20,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Draft Release"
uses: release-drafter/release-drafter@v5
uses: release-drafter/release-drafter@v5.16.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7162409

Please sign in to comment.