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

Commit

Permalink
fix: releaserc proper replacement (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkolasinski-splunk authored Apr 7, 2023
1 parent b9b7b12 commit 65308e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 65308e5

Please sign in to comment.