diff --git a/.github/workflows/tag-checks.yml b/.github/workflows/tag-checks.yml index 3466eab5f8..190c93e725 100644 --- a/.github/workflows/tag-checks.yml +++ b/.github/workflows/tag-checks.yml @@ -16,7 +16,7 @@ jobs: matrix: # On version change, add new version here # On breaking changes, by definition past version mays no longer work. Remove previous versions from the github action. - tag: [v0.3.0] + tag: [v0.3.0, v0.3.1] fail-fast: false steps: - name: Check out repository code of tag diff --git a/Makefile b/Makefile index e5de75ba87..552d70e451 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ NAMESPACE=pam NAME=oktapam BINARY=terraform-provider-${NAME} # On verion changes, update tag-checks.yml -VERSION=0.3.1 +VERSION=0.3.2 OS_ARCH=$(shell go env GOOS)_$(shell go env GOARCH) PLUGIN_DIR=~/.terraform.d/plugins DOCGEN_RESOURCES_DIR=docgen-resources