Skip to content

Commit

Permalink
chore(release): update the changelog generate
Browse files Browse the repository at this point in the history
  • Loading branch information
anis-campos committed Oct 17, 2022
1 parent dce517a commit 7334eaa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-note.yml
Expand Up @@ -3,7 +3,7 @@ name: Create release note
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
- "[0-9]+.[0-9]+.[0-9]+"
branches:
- master

Expand All @@ -19,9 +19,9 @@ jobs:

- name: Generate changelog
id: generate_changelog
uses: lumapps/changelog-generator@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: lumapps/changelog-generator@1.1.2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Create Release
id: create_release
Expand Down

0 comments on commit 7334eaa

Please sign in to comment.