Skip to content

Commit

Permalink
Merge pull request #2540 from spryker/lenadoc-patch-5
Browse files Browse the repository at this point in the history
Update build-changelog.yml
  • Loading branch information
lenadoc authored Mar 4, 2024
2 parents 65f8d87 + 3773b49 commit 3e87985
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build changelog
on:
push:
tags:
- "01.2024"
- "02.2024"

jobs:
release:
Expand Down Expand Up @@ -31,12 +31,12 @@ jobs:
}
]
}'
fromTag: "12.2023"
toTag: "01.2024"
fromTag: "01.2024"
toTag: "02.2024"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Create Release
uses: mikepenz/[email protected] #softprops/action-gh-release
with:
body: ${{steps.github_release.outputs.changelog}}
body: ${{steps.github_release.outputs.changelog}}

0 comments on commit 3e87985

Please sign in to comment.