mirror of
https://github.com/caddyserver/xcaddy.git
synced 2024-11-03 07:50:30 +00:00
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:
parent
a341e5403d
commit
a9fc1ead03
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue