Skip to content

Commit

Permalink
try with directory
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff committed Jun 1, 2024
1 parent f5c102d commit cd24aea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changelog_generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: changelog_pre_lint
path: ~/changelog_build/CHANGES.md
path: ~/changelog_build
- name: Set up Node
uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: changelog_post_lint
path: ~/changelog_build/CHANGES.md
path: ~/changelog_build
- name: Changelog deployment
run: |
if (git log -1 --pretty=%s | grep Merge*) && (! git log -1 --pretty=%b | grep REL:) ; then
Expand Down

0 comments on commit cd24aea

Please sign in to comment.