Skip to content

Commit

Permalink
Updating the changelog file
Browse files Browse the repository at this point in the history
  • Loading branch information
lenadoc committed Oct 2, 2023
1 parent 859ce05 commit c25e791
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .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:
- "08.2023"
- "09.2023"

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

Expand Down

0 comments on commit c25e791

Please sign in to comment.