Skip to content

Commit da92eb7

Browse files
chore(release): 1.1.1 [skip ci]
## [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))
1 parent a65eaae commit da92eb7

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.1.1](https://github.com/infinite-automations/terramate-all-in-one/compare/v1.1.0...v1.1.1) (2023-11-09)
2+
3+
4+
### Bug Fixes
5+
6+
* **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))
7+
18
# [1.1.0](https://github.com/infinite-automations/terramate-all-in-one/compare/v1.0.3...v1.1.0) (2023-10-27)
29

310

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Checkout
2828
uses: actions/checkout@v4
2929
- name: Terramate
30-
uses: infinite-automations/terramate-all-in-one@v1.1.0
30+
uses: infinite-automations/terramate-all-in-one@v1.1.1
3131
with:
3232
github-token: ${{ secrets.GITHUB_TOKEN }}
3333
apply: ${{ github.event_name != 'pull_request' }}
@@ -57,7 +57,7 @@ jobs:
5757
- name: Checkout
5858
uses: actions/checkout@v4
5959
- name: Terramate
60-
uses: infinite-automations/terramate-all-in-one@v1.1.0
60+
uses: infinite-automations/terramate-all-in-one@v1.1.1
6161
with:
6262
github-token: ${{ secrets.GITHUB_TOKEN }}
6363

@@ -69,7 +69,7 @@ jobs:
6969
- name: Checkout
7070
uses: actions/checkout@v4
7171
- name: Terramate
72-
uses: infinite-automations/terramate-all-in-one@v1.1.0
72+
uses: infinite-automations/terramate-all-in-one@v1.1.1
7373
with:
7474
apply: true
7575
```

0 commit comments

Comments
 (0)