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' || ''}}