diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 778478c38..a2e4da377 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 @@ -361,3 +352,12 @@ jobs: "examples/${{ matrix.demo-folder }}/stacks/**/*.yml" ] } + + release: + needs: [test, lint, mock, k3s, localstack, docker, validate] + if: github.event_name == 'push' + uses: cloudposse/.github/.github/workflows/shared-go-auto-release.yml@main + with: + publish: false + format: binary + secrets: inherit