ci: Fix echo message on Cloudsmith push (#43)

We're actually pushing to the `xcaddy` cloudsmith repo, not `testing` (copy-pasted from `caddy` repo, so it had the wrong string). Purely a visual bug.
This commit is contained in:
Francis Lavoie 2020-12-30 13:56:40 -05:00 committed by GitHub
parent a341e5403d
commit a9fc1ead03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,6 +93,6 @@ jobs:
continue
fi
echo "Pushing $filename to 'testing'"
echo "Pushing $filename to 'xcaddy'"
cloudsmith push deb caddy/xcaddy/any-distro/any-version $filename
done