From d37b02a8ad658e83347f109744e3c1fa61848e71 Mon Sep 17 00:00:00 2001 From: John Ricords <122303445+johnricords@users.noreply.github.com> Date: Mon, 1 Jul 2024 09:40:08 -0400 Subject: [PATCH] enable mockstack test for release --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 20e1afa..db7f543 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,5 @@ on: jobs: release: uses: plus3it/actions-workflows/.github/workflows/release.yml@72a8659c8716b3fbf6e9ea01b53b2f83c0b6d6d8 - with: - mockstacktest-enable: false secrets: release-token: ${{ secrets.GH_RELEASES_TOKEN }}