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.3
Browse files Browse the repository at this point in the history
  • Loading branch information
indykiteone authored and maprokes committed Jun 27, 2022
1 parent ec41f25 commit fc5a214
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.2"
".": "0.1.3"
}
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.3](https://github.com/indykite/metadata-publisher/compare/v0.1.2...v0.1.3) (2022-06-27)


### Bug Fixes

* add docker protocol ([ec41f25](https://github.com/indykite/metadata-publisher/commit/ec41f2511b347350b5e4ca427ff179e0dfa72ec0))

### [0.1.2](https://github.com/indykite/metadata-publisher/compare/v0.1.1...v0.1.2) (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.2 # x-release-please-version
image: docker://ghcr.io/indykite/metadata-publisher:v0.1.3 # x-release-please-version
args:
- ${{ inputs.env }}
- ${{ inputs.version }}
Expand Down

0 comments on commit fc5a214

Please sign in to comment.