Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Sayali M authored and Sayali M committed Oct 4, 2023
1 parent eecf83f commit 347f931
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-drafter.yml
Expand Up @@ -5,8 +5,7 @@ on:
push:
branches:
- master
- release


permissions:
contents: read

Expand All @@ -22,5 +21,7 @@ jobs:
steps:
# Drafts your next Release notes as Pull Requests are merged into the default branch
- uses: release-drafter/release-drafter@v5
with:
config-name: release-drafter-master.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 347f931

Please sign in to comment.