From 65308e5a26253d7a4b1cea3ba4b10be084eb82d0 Mon Sep 17 00:00:00 2001 From: mkolasinski-splunk <105011638+mkolasinski-splunk@users.noreply.github.com> Date: Fri, 7 Apr 2023 15:33:12 +0200 Subject: [PATCH] fix: releaserc proper replacement (#8) --- .releaserc | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.releaserc b/.releaserc index 9432590..5f1eeb8 100644 --- a/.releaserc +++ b/.releaserc @@ -30,7 +30,7 @@ { "files": ["action.yml"], "from": "addonfactory-packaging-toolkit-action:.*", - "to": "addonfactory-packaging-toolkit-action:v${nextRelease.version}", + "to": "addonfactory-packaging-toolkit-action:v${nextRelease.version}\"", "results": [ { "file": "action.yml", diff --git a/action.yml b/action.yml index b22b31c..c0a89e0 100644 --- a/action.yml +++ b/action.yml @@ -18,7 +18,7 @@ name: "Addon Factory slim action" description: "Produce splunk package" runs: using: "docker" - image: "docker://ghcr.io/splunk/addonfactory-packaging-toolkit-action:v1.1.1 + image: "docker://ghcr.io/splunk/addonfactory-packaging-toolkit-action:v1.1.1" inputs: source: description: location of uncompressed source