Skip to content

Commit

Permalink
chore(release): 1.0.5
Browse files Browse the repository at this point in the history
## [1.0.5](v1.0.4...v1.0.5) (2022-10-17)

### Bug Fixes

* **ci:** make sure CI steps run for release commit ([cadf510](cadf510))

### Reverts

* Revert "fix(ci): merge publish and release into one workflow" ([e9d638f](e9d638f))
  • Loading branch information
paambaati committed Oct 17, 2022
1 parent cadf510 commit e12d10e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [1.0.5](https://github.com/paambaati/tfc-output-action/compare/v1.0.4...v1.0.5) (2022-10-17)


### Bug Fixes

* **ci:** make sure CI steps run for release commit ([cadf510](https://github.com/paambaati/tfc-output-action/commit/cadf510e2e833f864bcf2922f3e86ddda83cae16))


### Reverts

* Revert "fix(ci): merge publish and release into one workflow" ([e9d638f](https://github.com/paambaati/tfc-output-action/commit/e9d638ff661c2d8df87a915c11a2a07925d2a31a))

## [1.0.4](https://github.com/paambaati/tfc-output-action/compare/v1.0.3...v1.0.4) (2022-10-17)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Assuming you have a [Terraform Output](https://www.terraform.io/language/values/
```yaml
steps:
- name: Fetch remote value from Terraform
uses: paambaati/[email protected].4
uses: paambaati/[email protected].5
id: tfc-output
with:
apiToken: ${{ secrets.TF_API_TOKEN }}
Expand Down

0 comments on commit e12d10e

Please sign in to comment.