Skip to content

Commit

Permalink
chore(ci): Fix new release process
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Oct 24, 2024
1 parent afbc96c commit f981a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/post-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f981a1c

Please sign in to comment.