Skip to content
This repository was archived by the owner on Feb 14, 2024. It is now read-only.

Commit 8d64892

Browse files
author
rfaircloth-splunk
committed
fix: image name
1 parent 3b6cc43 commit 8d64892

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.releaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@semantic-release/commit-analyzer",
1414
"@semantic-release/release-notes-generator",
1515
["@semantic-release/exec", {
16-
"prepareCmd": 'yq -i eval ".runs.image = \"docker://ghcr.io/splunk/addonfactory-get-splunk-package-version-action:v${nextRelease.version}\"" action.yml'
16+
"prepareCmd": 'yq -i eval ".runs.image = \"docker://ghcr.io/splunk/addonfactory-get-splunk-package-version:v${nextRelease.version}\"" action.yml'
1717
}],
1818
["@semantic-release/git", {
1919
"assets": ["action.yml"],

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ name: "Addon Factory Splunk Package Version"
1818
description: "Produce a version for Splunk packages compatible with splunkbase"
1919
runs:
2020
using: "docker"
21-
image: "docker://ghcr.io/splunk/addonfactory-get-splunk-package-version-action:v1.0.2"
21+
image: "docker://ghcr.io/splunk/addonfactory-get-splunk-package-version:v1.0.2"
2222
inputs:
2323
SemVer:
2424
description: Ouput of SEMVER step

0 commit comments

Comments
 (0)