We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afbc96c commit f981a1cCopy full SHA for f981a1c
.github/workflows/post-release.yml
@@ -46,7 +46,7 @@ jobs:
46
echo "tag is: $TAG"
47
- name: Generate Release Notes
48
run: |
49
- ./.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
50
cat notes-${{ env.TAG }}.md
51
- name: Create GitHub release
52
env:
0 commit comments