Skip to content

Commit 93055b1

Browse files
authored
Merge pull request #14 from josh-silvas/v1.1.2-release
Bump version
2 parents 594f1d6 + 741b1ee commit 93055b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ name: "Terraform Provider Release"
44
# "v*" (e.g. v0.1.0) is created.
55
on:
66
push:
7-
tags:
8-
- 'v*'
7+
branches:
8+
- "main"
99

1010
# Releases need permissions to read and write the repository contents.
1111
# GitHub considers creating releases and uploading assets as writing contents.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.1.1
1+
v1.1.2

0 commit comments

Comments
 (0)