Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
chore(master): release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
indykiteone authored and martasd committed Jun 28, 2022
1 parent 33a4cf2 commit 28ffbcd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.3"
".": "0.1.4"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [0.1.4](https://github.com/indykite/metadata-publisher/compare/v0.1.3...v0.1.4) (2022-06-28)


### Bug Fixes

* correct paths in `Dockerfile` ([33a4cf2](https://github.com/indykite/metadata-publisher/commit/33a4cf2d75696adbc03fe2f832f5c66e44a326be))

### [0.1.3](https://github.com/indykite/metadata-publisher/compare/v0.1.2...v0.1.3) (2022-06-27)


Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ inputs:

runs:
using: docker
image: docker://ghcr.io/indykite/metadata-publisher:v0.1.3 # x-release-please-version
image: docker://ghcr.io/indykite/metadata-publisher:v0.1.4 # x-release-please-version
args:
- ${{ inputs.env }}
- ${{ inputs.version }}
Expand Down

0 comments on commit 28ffbcd

Please sign in to comment.