diff --git a/.github/workflows/tag-checks.yml b/.github/workflows/tag-checks.yml index 83901a6ff0..ffcec73287 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: [] + tag: [v0.3.2] fail-fast: false steps: - name: Check out repository code of tag diff --git a/Makefile b/Makefile index 552d70e451..5bb2d9fefb 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.2 +VERSION=0.3.3 OS_ARCH=$(shell go env GOOS)_$(shell go env GOARCH) PLUGIN_DIR=~/.terraform.d/plugins DOCGEN_RESOURCES_DIR=docgen-resources