Skip to content

Commit

Permalink
release v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SergkeiM committed Mar 21, 2023
1 parent 1377c20 commit 40e5704
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

## 1.2.1 - 2023-03-21
### Fixed
- Fixed action image

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ inputs:
required: false
runs:
using: docker
image: docker://ghcr.io/sergkeim/helm-deploy:v1.2.0
image: docker://ghcr.io/sergkeim/helm-deploy:v1.2.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "helm-deploy",
"version": "1.2.0",
"version": "1.2.1",
"main": "index.js",
"type": "module",
"license": "MIT",
Expand Down

0 comments on commit 40e5704

Please sign in to comment.