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 5fc7b91 commit 996d1c4Copy full SHA for 996d1c4
.github/workflows/release-with-version.yml
@@ -174,7 +174,7 @@ jobs:
174
175
# Copy docs from the working directory (they should still be there)
176
if [ -d "docs" ]; then
177
- cp -r docs/* . 2>/dev/null || echo "No docs to copy"
+ cp -r docs/ . 2>/dev/null || echo "No docs to copy"
178
git add .
179
180
if [ -n "$(git status --porcelain)" ]; then
@@ -229,4 +229,4 @@ jobs:
229
else
230
echo "❌ Release workflow failed!"
231
echo "Please check the logs above for error details."
232
- fi
+ fi
0 commit comments