Skip to content

Commit fb913e7

Browse files
chore(release): 1.0.1 [skip ci]
## [1.0.1](v1.0.0...v1.0.1) (2023-10-25) ### Bug Fixes * **PR:** fix preview step for multiple stacks ([a79a847](a79a847))
1 parent a79a847 commit fb913e7

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.0.1](https://github.com/m4s-b3n/terramate-all-in-one/compare/v1.0.0...v1.0.1) (2023-10-25)
2+
3+
4+
### Bug Fixes
5+
6+
* **PR:** fix preview step for multiple stacks ([a79a847](https://github.com/m4s-b3n/terramate-all-in-one/commit/a79a84713b446a29183e396e1939da25146f0f91))
7+
18
# 1.0.0 (2023-10-17)
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: m4s-b3n/terramate-all-in-one@v1.0.0
30+
uses: m4s-b3n/terramate-all-in-one@v1.0.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: m4s-b3n/terramate-all-in-one@v1.0.0
60+
uses: m4s-b3n/terramate-all-in-one@v1.0.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: m4s-b3n/terramate-all-in-one@v1.0.0
72+
uses: m4s-b3n/terramate-all-in-one@v1.0.1
7373
with:
7474
apply: true
7575
```

0 commit comments

Comments
 (0)