Skip to content

Commit

Permalink
fix release drafter
Browse files Browse the repository at this point in the history
  • Loading branch information
Eun committed Sep 6, 2023
1 parent 158a332 commit f8e9bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
if: github.ref == 'refs/heads/master'
if: github.ref_name == github.event.repository.default_branch
with:
config-name: release-drafter.yml
env:
Expand Down

0 comments on commit f8e9bbf

Please sign in to comment.