mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -05:00
chore(ci): Fix new release process
This commit is contained in:
parent
afbc96c5d3
commit
f981a1cd20
1 changed files with 1 additions and 1 deletions
2
.github/workflows/post-release.yml
vendored
2
.github/workflows/post-release.yml
vendored
|
@ -46,7 +46,7 @@ jobs:
|
|||
echo "tag is: $TAG"
|
||||
- name: Generate Release Notes
|
||||
run: |
|
||||
./.github/workflows/release-notes.py --tag ${{ env.TAG }} --output notes-${{ env.ERSION }}.md
|
||||
./.github/workflows/release-notes.py --tag ${{ env.TAG }} --output notes-${{ env.TAG }}.md
|
||||
cat notes-${{ env.TAG }}.md
|
||||
- name: Create GitHub release
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue