We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 594f1d6 + 741b1ee commit 93055b1Copy full SHA for 93055b1
.github/workflows/release.yml
@@ -4,8 +4,8 @@ name: "Terraform Provider Release"
4
# "v*" (e.g. v0.1.0) is created.
5
on:
6
push:
7
- tags:
8
- - 'v*'
+ branches:
+ - "main"
9
10
# Releases need permissions to read and write the repository contents.
11
# GitHub considers creating releases and uploading assets as writing contents.
VERSION
@@ -1 +1 @@
1
-v1.1.1
+v1.1.2
0 commit comments