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 0cc5c12 commit f48c464Copy full SHA for f48c464
.github/workflows/release.yml
@@ -54,7 +54,7 @@ jobs:
54
contents: read
55
id-token: write
56
steps:
57
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v5
58
with:
59
name: dist
60
path: dist
@@ -118,7 +118,7 @@ jobs:
118
echo "## What's Changed" > CHANGELOG.md
119
echo "" >> CHANGELOG.md
120
git log --oneline --pretty=format:"* %s" $(git describe --tags --abbrev=0 HEAD^)..HEAD >> CHANGELOG.md || echo "* Initial release" >> CHANGELOG.md
121
122
123
124
0 commit comments