Skip to content

Commit 40e5704

Browse files
committed
release v1.2.1
1 parent 1377c20 commit 40e5704

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## Unreleased
8+
9+
## 1.2.1 - 2023-03-21
810
### Fixed
911
- Fixed action image
1012

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ inputs:
4646
required: false
4747
runs:
4848
using: docker
49-
image: docker://ghcr.io/sergkeim/helm-deploy:v1.2.0
49+
image: docker://ghcr.io/sergkeim/helm-deploy:v1.2.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "helm-deploy",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"main": "index.js",
55
"type": "module",
66
"license": "MIT",

0 commit comments

Comments
 (0)