Skip to content

Commit f981a1c

Browse files
committed
chore(ci): Fix new release process
1 parent afbc96c commit f981a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/post-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
echo "tag is: $TAG"
4747
- name: Generate Release Notes
4848
run: |
49-
./.github/workflows/release-notes.py --tag ${{ env.TAG }} --output notes-${{ env.ERSION }}.md
49+
./.github/workflows/release-notes.py --tag ${{ env.TAG }} --output notes-${{ env.TAG }}.md
5050
cat notes-${{ env.TAG }}.md
5151
- name: Create GitHub release
5252
env:

0 commit comments

Comments
 (0)