Skip to content

Commit

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

### Bug Fixes

* **ci:** add workflow for major version tag ([6536da2](6536da2))
* **ci:** try to debug why the publish workflow won't run ([f6e6fa9](f6e6fa9))
  • Loading branch information
paambaati committed Oct 17, 2022
1 parent 6536da2 commit 4398a4a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.0.7](https://github.com/paambaati/tfc-output-action/compare/v1.0.6...v1.0.7) (2022-10-17)


### Bug Fixes

* **ci:** add workflow for major version tag ([6536da2](https://github.com/paambaati/tfc-output-action/commit/6536da2da4fc3ad2312bea1da15bf6dc78359765))
* **ci:** try to debug why the publish workflow won't run ([f6e6fa9](https://github.com/paambaati/tfc-output-action/commit/f6e6fa91c3340bb5e9177a48ad7099741a12fe89))

## [1.0.6](https://github.com/paambaati/tfc-output-action/compare/v1.0.5...v1.0.6) (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].6
uses: paambaati/[email protected].7
id: tfc-output
with:
apiToken: ${{ secrets.TF_API_TOKEN }}
Expand Down

0 comments on commit 4398a4a

Please sign in to comment.