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 574dd02 commit b92a4f0Copy full SHA for b92a4f0
.github/workflows/release.yml
@@ -70,7 +70,7 @@ jobs:
70
fetch-depth: 0
71
- name: Generate Release Notes
72
run: sed -n -e "1{/# /d;}" -e "2{/^$/d;}" -e "/# \[$(git describe --abbrev=0 --exclude="$(git describe --abbrev=0 --match='v*.*.*' --tags)" --match='v*.*.*' --tags | tr -d v)/q;p" CHANGELOG.md > release-notes.txt
73
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v3
74
with:
75
name: release-notes
76
path: release-notes.txt
0 commit comments