Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/release/publish-dry-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -euo pipefail

source $(dirname $0)/stage-artifacts.sh
stage-artifacts products-for-release
stage_artifacts products-for-release

# Copy the Docker image that goreleaser just built into the artifacts - we only do
# this in a dry run, because in a real release the image will be available from
Expand Down
2 changes: 1 addition & 1 deletion scripts/release/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -euo pipefail

source $(dirname $0)/stage-artifacts.sh
stage-artifacts publish
stage_artifacts publish

# make bitbucket and github known hosts to push successfully
mkdir -m700 ~/.ssh
Expand Down
Loading