diff --git a/.github/workflows/ci-master-pr.yml b/.github/workflows/ci-master-pr.yml index 288c588..1ba12aa 100644 --- a/.github/workflows/ci-master-pr.yml +++ b/.github/workflows/ci-master-pr.yml @@ -245,6 +245,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: release-notes + include-hidden-files: true path: .release-notes.md - name: Create release if: startsWith(github.ref, 'refs/tags/')