Skip to content

Commit

Permalink
chore(release): 1.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.1](v1.1.0...v1.1.1) (2023-11-09)

### Bug Fixes

* **plan:** fix condition for executing plan step([#8](#8)) ([a65eaae](a65eaae))
  • Loading branch information
semantic-release-bot committed Nov 9, 2023
1 parent a65eaae commit da92eb7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.1](https://github.com/infinite-automations/terramate-all-in-one/compare/v1.1.0...v1.1.1) (2023-11-09)


### Bug Fixes

* **plan:** fix condition for executing plan step([#8](https://github.com/infinite-automations/terramate-all-in-one/issues/8)) ([a65eaae](https://github.com/infinite-automations/terramate-all-in-one/commit/a65eaae13449480adda14a671544cdddab578c29))

# [1.1.0](https://github.com/infinite-automations/terramate-all-in-one/compare/v1.0.3...v1.1.0) (2023-10-27)


Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Terramate
uses: infinite-automations/[email protected].0
uses: infinite-automations/[email protected].1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
apply: ${{ github.event_name != 'pull_request' }}
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Terramate
uses: infinite-automations/[email protected].0
uses: infinite-automations/[email protected].1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -69,7 +69,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Terramate
uses: infinite-automations/[email protected].0
uses: infinite-automations/[email protected].1
with:
apply: true
```
Expand Down

0 comments on commit da92eb7

Please sign in to comment.