Skip to content

Commit

Permalink
Fix “Release notes” action
Browse files Browse the repository at this point in the history
  • Loading branch information
j-f1 authored Jun 1, 2023
1 parent 8b97491 commit 073fdd1
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.ref, 'refs/heads/release/') == false
if: startsWith(github.head_ref, 'refs/heads/release/') == false
uses: actualbudget/actions/release-notes/check@main
- name: Generate release notes
if: startsWith(github.ref, 'refs/heads/release/') == true
if: startsWith(github.head_ref, 'refs/heads/release/') == true
uses: actualbudget/actions/release-notes/generate@main

0 comments on commit 073fdd1

Please sign in to comment.