From fd791fbf5c5d3d53c2b1083e3e80d45086f201a5 Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Thu, 15 Apr 2021 14:47:47 +0200 Subject: [PATCH] Fix @next publishing --- .github/workflows/publish-publicodes.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-publicodes.yaml b/.github/workflows/publish-publicodes.yaml index 0c00460dd..535212315 100644 --- a/.github/workflows/publish-publicodes.yaml +++ b/.github/workflows/publish-publicodes.yaml @@ -33,6 +33,6 @@ jobs: env: NPM_TOKEN: ${{ secrets.NPM_PUBLISH_SECRET }} - working-directory: ./publicodes/core - run: npm publish ${{ github.ref != 'refs/heads/master' && '--dry-run' || ''}} --tag next + run: npm publish ${{ github.ref != 'refs/heads/master' && '--dry-run' || ''}} - working-directory: ./publicodes/ui-react - run: npm publish ${{ github.ref != 'refs/heads/master' && '--dry-run' || ''}} --tag next + run: npm publish ${{ github.ref != 'refs/heads/master' && '--dry-run' || ''}}