Skip to content

Commit

Permalink
Fix “Release notes” action, attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
j-f1 committed Jun 1, 2023
1 parent 073fdd1 commit b317fe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Check release notes
if: startsWith(github.head_ref, 'refs/heads/release/') == false
if: startsWith(github.head_ref, 'release/') == false
uses: actualbudget/actions/release-notes/check@main
- name: Generate release notes
if: startsWith(github.head_ref, 'refs/heads/release/') == true
if: startsWith(github.head_ref, 'release/') == true
uses: actualbudget/actions/release-notes/generate@main

0 comments on commit b317fe4

Please sign in to comment.