chore(ci): Fix new release process

This commit is contained in:
Ed Page 2024-10-24 12:10:58 -05:00
parent afbc96c5d3
commit f981a1cd20

View file

@ -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: