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 fcf49b2 commit 6027c43Copy full SHA for 6027c43
.github/workflows/deploy.yml
@@ -132,11 +132,11 @@ jobs:
132
# Only mark as latest if it's a stable version
133
if [[ "$TAG" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
134
echo "This is a stable release. Marking as latest."
135
- mv "n98-magerun2.phar" \
+ cp "n98-magerun2.phar" \
136
"n98-magerun2-latest.phar"
137
- mv "n98-magerun2.phar.asc" \
+ cp "n98-magerun2.phar.asc" \
138
"n98-magerun2-latest.phar.asc"
139
- mv "n98-magerun2.phar.sig" \
+ cp "n98-magerun2.phar.sig" \
140
"n98-magerun2-latest.phar.sig"
141
else
142
echo "This is an alpha/beta release. Not marking as latest."
0 commit comments