From a14e80a787834049fe6aecc5872320a8bbab1846 Mon Sep 17 00:00:00 2001 From: Patrick de Klein Date: Thu, 10 Oct 2024 11:55:29 +0200 Subject: [PATCH] github action test --- .github/workflows/publish-next-NPM-dev-branch-merge copy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-next-NPM-dev-branch-merge copy.yml b/.github/workflows/publish-next-NPM-dev-branch-merge copy.yml index db1d779..a8f31a8 100644 --- a/.github/workflows/publish-next-NPM-dev-branch-merge copy.yml +++ b/.github/workflows/publish-next-NPM-dev-branch-merge copy.yml @@ -27,9 +27,9 @@ jobs: run: npm ci - name: Publish + run: lerna publish --yes --message 'chore: release new versions' env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - run: npm run publish # Push repository changes - name: Push changes to repository