Skip to content

Commit 9fc7134

Browse files
authored
chore: [REL-4161] fix typo (#535)
D'oh! <!-- ld-jira-link --> --- Related Jira issue: [REL-4161: Migrate ld-find-code-refs from Releaser to GHA](https://launchdarkly.atlassian.net/browse/REL-4161) <!-- end-ld-jira-link -->
1 parent 1d6d388 commit 9fc7134

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/release/publish-dry-run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -euo pipefail
44

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

88
# Copy the Docker image that goreleaser just built into the artifacts - we only do
99
# this in a dry run, because in a real release the image will be available from

scripts/release/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -euo pipefail
44

55
source $(dirname $0)/stage-artifacts.sh
6-
stage-artifacts publish
6+
stage_artifacts publish
77

88
# make bitbucket and github known hosts to push successfully
99
mkdir -m700 ~/.ssh

0 commit comments

Comments
 (0)