diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d2a5b1c09..ac46f7e2e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -80,15 +80,6 @@ jobs: run: | make testacc - release: - needs: test - if: github.event_name == 'push' - uses: cloudposse/.github/.github/workflows/shared-go-auto-release.yml@main - with: - publish: false - format: binary - secrets: inherit - docker: name: "Docker Lint" needs: build @@ -329,3 +320,13 @@ jobs: --recursive --config=${{ github.workspace }}/examples/.tflint.hcl fail_on_error: true + + release: + needs: [test, lint, mock, k3s, localstack, docker] + if: github.event_name == 'push' + uses: cloudposse/.github/.github/workflows/shared-go-auto-release.yml@main + with: + publish: false + format: binary + secrets: inherit +