Skip to content

Commit

Permalink
Merge pull request #2595 from spryker/build-changelog-03-2024
Browse files Browse the repository at this point in the history
Update build-changelog.yml
  • Loading branch information
lenadoc committed Apr 4, 2024
2 parents 2042fd2 + cb6acaf commit 0c37343
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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:
- "02.2024"
- "03.2024"

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

Expand Down

0 comments on commit 0c37343

Please sign in to comment.