From eb5523dc72f196983005bf9ab43203e93d7b4f98 Mon Sep 17 00:00:00 2001 From: Alex Layton Date: Mon, 12 Feb 2024 17:35:57 -0500 Subject: [PATCH] ci(tests): fix ci test config --- .github/workflows/build-test-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test-push.yml b/.github/workflows/build-test-push.yml index 348fcef..2554b50 100644 --- a/.github/workflows/build-test-push.yml +++ b/.github/workflows/build-test-push.yml @@ -25,5 +25,5 @@ jobs: secrets: npm_token: ${{ secrets.NPM_AUTH_TOKEN }} with: - oada: false + oada: true publish: true