update changelog at correct step

also fix commit filter and do not update sha anymore
This commit is contained in:
2021-04-05 02:11:37 +03:00
parent a0e20ffb77
commit 27d018e721
2 changed files with 8 additions and 5 deletions

View File

@ -20,7 +20,7 @@ jobs:
uses: jaywcjlove/changelog-generator@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
filter: '[R|r]elease[d]\s+[v|V]\d(\.\d+){0,2}'
filter: 'Release \d+\.\d+\.\d+'
- name: create archive
run: make archive
env: